Html Css Color HEX #031AAB International Klein Blue

📋 copy color: '#031AAB'

red 3 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #031AAB

Tints of International Klein Blue #031AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13%

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

R = 1.5%
G = 13%
B = 85.5%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#031AAB (or 0x031AAB) is known color: International Klein Blue. HEX triplet: 03, 1A and AB. RGB value is (3,26,171). Sum of RGB (Red+Green+Blue) = 3+26+171=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #031AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AAB is #FCE554. Grayscale: #232323. Windows color (decimal): -16573781 or 11213315. OLE color: 11213315.

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

Color convert

RGB 3 26 171 -
CMYK 0.98 0.85 0 0.33
HSL 231.79º 0.97% 0.34% -
HSV(B) 231.79º 0.98% 0.67% -
XYZ 7.76 3.7 38.83 -
YUV 35.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 3 26 171 0.98 0.85 0 0.33 231.79 0.97 0.34
Hex 3 1A AB 62 55 0 21 E8 61 22
Octal 3 32 253 142 125 0 41 350 141 42
Binary 11 11010 10101011 1100010 1010101 0 100001 11101000 1100001 100010

Color Harmonies of #031AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AAB

Black with #031AAB

Text Example


Text Example

White with #031AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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