Html Css Color HEX #031EAB International Klein Blue

📋 copy color: '#031EAB'

red 3 ◦ green 30 ◦ blue 171

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

Shades of International Klein Blue #031EAB

Tints of International Klein Blue #031EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

 BLUE value IS 171 (67.19% from 255) = 83.82%

R = 1.47%
G = 14.71%
B = 83.82%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#031EAB (or 0x031EAB) is known color: International Klein Blue. HEX triplet: 03, 1E and AB. RGB value is (3,30,171). Sum of RGB (Red+Green+Blue) = 3+30+171=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #031EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031EAB is #FCE154. Grayscale: #252525. Windows color (decimal): -16572757 or 11214339. OLE color: 11214339.

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

Color convert

RGB 3 30 171 -
CMYK 0.98 0.82 0 0.33
HSL 230.36º 0.97% 0.34% -
HSV(B) 230.36º 0.98% 0.67% -
XYZ 7.85 3.89 38.86 -
YUV 38 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 3 30 171 0.98 0.82 0 0.33 230.36 0.97 0.34
Hex 3 1E AB 62 52 0 21 E6 61 22
Octal 3 36 253 142 122 0 41 346 141 42
Binary 11 11110 10101011 1100010 1010010 0 100001 11100110 1100001 100010

Color Harmonies of #031EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031EAB

Black with #031EAB

Text Example


Text Example

White with #031EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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