Html Css Color HEX #031BAB International Klein Blue

📋 copy color: '#031BAB'

red 3 ◦ green 27 ◦ blue 171

#031BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #031BAB

Tints of International Klein Blue #031BAB

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 value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#031BAB (or 0x031BAB) is known color: 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

RGB 3 27 171 -
CMYK 0.98 0.84 0 0.33
HSL 231.43º 0.97% 0.34% -
HSV(B) 231.43º 0.98% 0.67% -
XYZ 7.78 3.74 38.84 -
YUV 36.24 204.05 104.29 -
System Red Green Blue C M Y K H S L
Decimal 3 27 171 0.98 0.84 0 0.33 231.43 0.97 0.34
Hex 3 1B AB 62 54 0 21 E7 61 22
Octal 3 33 253 142 124 0 41 347 141 42
Binary 11 11011 10101011 1100010 1010100 0 100001 11100111 1100001 100010

Color Harmonies of #031BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BAB

Black with #031BAB

Text Example


Text Example

White with #031BAB

Text Example


Text Example

HTML Codes & Css Web 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>