Html Css Color HEX #031B9C International Klein Blue

📋 copy color: '#031B9C'

red 3 ◦ green 27 ◦ blue 156

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

Shades of International Klein Blue #031B9C

Tints of International Klein Blue #031B9C

RGB

 RED value IS 3 (1.56% from 255) = 1.61%

 GREEN value IS 27 (10.94% from 255) = 14.52%

 BLUE value IS 156 (61.33% from 255) = 83.87%

R = 1.61%
G = 14.52%
B = 83.87%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#031B9C (or 0x031B9C) is known color: International Klein Blue. HEX triplet: 03, 1B and 9C. RGB value is (3,27,156). Sum of RGB (Red+Green+Blue) = 3+27+156=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #031B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031B9C is #FCE463. Grayscale: #212121. Windows color (decimal): -16573540 or 10230531. OLE color: 10230531.

HSL color Cylindrical-coordinate representation of color #031B9C: hue angle of 230.59º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031B9C is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 27 156 -
CMYK 0.98 0.83 0 0.39
HSL 230.59º 0.96% 0.31% -
HSV(B) 230.59º 0.98% 0.61% -
XYZ 6.43 3.2 31.73 -
YUV 34.53 196.55 105.51 -
System Red Green Blue C M Y K H S L
Decimal 3 27 156 0.98 0.83 0 0.39 230.59 0.96 0.31
Hex 3 1B 9C 62 53 0 27 E7 60 1F
Octal 3 33 234 142 123 0 47 347 140 37
Binary 11 11011 10011100 1100010 1010011 0 100111 11100111 1100000 11111

Color Harmonies of #031B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B9C

Black with #031B9C

Text Example


Text Example

White with #031B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #031B9C;
 }
 .AnyTagClassName
 {
   color: #031B9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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