Html Css Color HEX #031AAF International Klein Blue

📋 copy color: '#031AAF'

red 3 ◦ green 26 ◦ blue 175

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

Shades of International Klein Blue #031AAF

Tints of International Klein Blue #031AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 85.78%

R = 1.47%
G = 12.75%
B = 85.78%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#031AAF (or 0x031AAF) is known color: International Klein Blue. HEX triplet: 03, 1A and AF. RGB value is (3,26,175). Sum of RGB (Red+Green+Blue) = 3+26+175=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 175 (68.75% from 255 or 85.78% from 204); Max value from RGB is 175 - color contains mainly: blue. Hex color #031AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AAF is #FCE550. Grayscale: #232323. Windows color (decimal): -16573777 or 11475459. OLE color: 11475459.

HSL color Cylindrical-coordinate representation of color #031AAF: hue angle of 231.98º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031AAF is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 26 175 -
CMYK 0.98 0.85 0 0.31
HSL 231.98º 0.97% 0.35% -
HSV(B) 231.98º 0.98% 0.69% -
XYZ 8.14 3.85 40.87 -
YUV 36.11 206.38 104.38 -
System Red Green Blue C M Y K H S L
Decimal 3 26 175 0.98 0.85 0 0.31 231.98 0.97 0.35
Hex 3 1A AF 62 55 0 1F E8 61 23
Octal 3 32 257 142 125 0 37 350 141 43
Binary 11 11010 10101111 1100010 1010101 0 11111 11101000 1100001 100011

Color Harmonies of #031AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AAF

Black with #031AAF

Text Example


Text Example

White with #031AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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