Html Css Color HEX #031AA0 International Klein Blue

📋 copy color: '#031AA0'

red 3 ◦ green 26 ◦ blue 160

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

Shades of International Klein Blue #031AA0

Tints of International Klein Blue #031AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 84.66%

R = 1.59%
G = 13.76%
B = 84.66%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#031AA0 (or 0x031AA0) is known color: International Klein Blue. HEX triplet: 03, 1A and A0. RGB value is (3,26,160). Sum of RGB (Red+Green+Blue) = 3+26+160=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 160 (62.89% from 255 or 84.66% from 189); Max value from RGB is 160 - color contains mainly: blue. Hex color #031AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031AA0 is #FCE55F. Grayscale: #212121. Windows color (decimal): -16573792 or 10492419. OLE color: 10492419.

HSL color Cylindrical-coordinate representation of color #031AA0: hue angle of 231.21º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031AA0 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 26 160 -
CMYK 0.98 0.84 0 0.37
HSL 231.21º 0.96% 0.32% -
HSV(B) 231.21º 0.98% 0.63% -
XYZ 6.75 3.3 33.54 -
YUV 34.4 198.88 105.6 -
System Red Green Blue C M Y K H S L
Decimal 3 26 160 0.98 0.84 0 0.37 231.21 0.96 0.32
Hex 3 1A A0 62 54 0 25 E7 60 20
Octal 3 32 240 142 124 0 45 347 140 40
Binary 11 11010 10100000 1100010 1010100 0 100101 11100111 1100000 100000

Color Harmonies of #031AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AA0

Black with #031AA0

Text Example


Text Example

White with #031AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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