Html Css Color HEX #031AAC International Klein Blue

📋 copy color: '#031AAC'

red 3 ◦ green 26 ◦ blue 172

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

Shades of International Klein Blue #031AAC

Tints of International Klein Blue #031AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 85.57%

R = 1.49%
G = 12.94%
B = 85.57%

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

#031AAC (or 0x031AAC) is known color: International Klein Blue. HEX triplet: 03, 1A and AC. RGB value is (3,26,172). Sum of RGB (Red+Green+Blue) = 3+26+172=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #031AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AAC is #FCE553. Grayscale: #232323. Windows color (decimal): -16573780 or 11278851. OLE color: 11278851.

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

Color convert

RGB 3 26 172 -
CMYK 0.98 0.85 0 0.33
HSL 231.83º 0.97% 0.34% -
HSV(B) 231.83º 0.98% 0.67% -
XYZ 7.85 3.74 39.34 -
YUV 35.77 204.88 104.63 -
System Red Green Blue C M Y K H S L
Decimal 3 26 172 0.98 0.85 0 0.33 231.83 0.97 0.34
Hex 3 1A AC 62 55 0 21 E8 61 22
Octal 3 32 254 142 125 0 41 350 141 42
Binary 11 11010 10101100 1100010 1010101 0 100001 11101000 1100001 100010

Color Harmonies of #031AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AAC

Black with #031AAC

Text Example


Text Example

White with #031AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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