Html Css Color HEX #031DAB International Klein Blue

📋 copy color: '#031DAB'

red 3 ◦ green 29 ◦ blue 171

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

Shades of International Klein Blue #031DAB

Tints of International Klein Blue #031DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 1.48%
G = 14.29%
B = 84.24%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#031DAB (or 0x031DAB) is known color: International Klein Blue. HEX triplet: 03, 1D and AB. RGB value is (3,29,171). Sum of RGB (Red+Green+Blue) = 3+29+171=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #031DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DAB is #FCE254. Grayscale: #242424. Windows color (decimal): -16573013 or 11214083. OLE color: 11214083.

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

Color convert

RGB 3 29 171 -
CMYK 0.98 0.83 0 0.33
HSL 230.71º 0.97% 0.34% -
HSV(B) 230.71º 0.98% 0.67% -
XYZ 7.83 3.84 38.86 -
YUV 37.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 3 29 171 0.98 0.83 0 0.33 230.71 0.97 0.34
Hex 3 1D AB 62 53 0 21 E7 61 22
Octal 3 35 253 142 123 0 41 347 141 42
Binary 11 11101 10101011 1100010 1010011 0 100001 11100111 1100001 100010

Color Harmonies of #031DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DAB

Black with #031DAB

Text Example


Text Example

White with #031DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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