Html Css Color HEX #031C9B International Klein Blue

📋 copy color: '#031C9B'

red 3 ◦ green 28 ◦ blue 155

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

Shades of International Klein Blue #031C9B

Tints of International Klein Blue #031C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.05%

 BLUE value IS 155 (60.94% from 255) = 83.33%

R = 1.61%
G = 15.05%
B = 83.33%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#031C9B (or 0x031C9B) is known color: International Klein Blue. HEX triplet: 03, 1C and 9B. RGB value is (3,28,155). Sum of RGB (Red+Green+Blue) = 3+28+155=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 155 (60.94% from 255 or 83.33% from 186); Max value from RGB is 155 - color contains mainly: blue. Hex color #031C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C9B is #FCE364. Grayscale: #222222. Windows color (decimal): -16573285 or 10165251. OLE color: 10165251.

HSL color Cylindrical-coordinate representation of color #031C9B: hue angle of 230.13º 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 #031C9B is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 28 155 -
CMYK 0.98 0.82 0 0.39
HSL 230.13º 0.96% 0.31% -
HSV(B) 230.13º 0.98% 0.61% -
XYZ 6.37 3.22 31.3 -
YUV 35 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 3 28 155 0.98 0.82 0 0.39 230.13 0.96 0.31
Hex 3 1C 9B 62 52 0 27 E6 60 1F
Octal 3 34 233 142 122 0 47 346 140 37
Binary 11 11100 10011011 1100010 1010010 0 100111 11100110 1100000 11111

Color Harmonies of #031C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C9B

Black with #031C9B

Text Example


Text Example

White with #031C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,28,155); }

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

background-color css

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

 a { background-color: rgb(3,28,155); }

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

border-color css

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

 span { border-color: rgb(3,28,155); }

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