#031BAB

Color #031BAB International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #031BAB

Tints of International Klein Blue #031BAB

Color information

#031BAB (or 0x031BAB) is unknown color: approx International Klein Blue. HEX triplet: 03, 1B and AB. RGB value is (3,27,171). Sum of RGB (Red+Green+Blue) = 3+27+171=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #031BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031BAB is #FCE454. Grayscale: #232323. Windows color (decimal): -16573525 or 11213571. OLE color: 11213571.

HSL color Cylindrical-coordinate representation of color #031BAB: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BAB is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB327171-
CMYK0.980.8400.33
HSL231.43º96.55%34.12%-
HSV(B)231.43º98.25%67.06%-
XYZ7.783.7438.84-
YUV36.24204.05104.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 171 (67.19% from 255) = 85.07%
R=1.49%
G=13.43%
B=85.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3271710.980.8400.33231.4396.5534.12
Hex31BAB6254021e76122
Octal33325314212404134714142
Binary111101110101011110001010101000100001111001111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031BAB; }

 p { color: rgb(3,27,171); }

 H1.HeaderClassName
 {
   color: #031BAB;
 }
 .AnyTagClassName
 {
   color: #031BAB;
 }
</style>
background-color css

<style>
 a { background-color: #031BAB; }

 a { background-color: rgb(3,27,171); }

 div.DivClassName
 {
   background-color: #031BAB;
 }
 .BgClassName
 {
   background-color: #031BAB;
 }
</style>
border-color css

<style>
 span { border-color: #031BAB; }

 span { border-color: rgb(3,27,171); }

 td.TdClassName
 {
   border-color: #031BAB;
 }
 .TagClassName
 {
   border-color: #031BAB;
 }
</style>