Html Css Color HEX #031CAC International Klein Blue

📋 copy color: '#031CAC'

red 3 ◦ green 28 ◦ blue 172

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

Shades of International Klein Blue #031CAC

Tints of International Klein Blue #031CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

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

R = 1.48%
G = 13.79%
B = 84.73%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#031CAC (or 0x031CAC) is known color: International Klein Blue. HEX triplet: 03, 1C and AC. RGB value is (3,28,172). Sum of RGB (Red+Green+Blue) = 3+28+172=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #031CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031CAC is #FCE353. Grayscale: #242424. Windows color (decimal): -16573268 or 11279363. OLE color: 11279363.

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

Color convert

RGB 3 28 172 -
CMYK 0.98 0.84 0 0.33
HSL 231.12º 0.97% 0.34% -
HSV(B) 231.12º 0.98% 0.67% -
XYZ 7.9 3.83 39.35 -
YUV 36.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 3 28 172 0.98 0.84 0 0.33 231.12 0.97 0.34
Hex 3 1C AC 62 54 0 21 E7 61 22
Octal 3 34 254 142 124 0 41 347 141 42
Binary 11 11100 10101100 1100010 1010100 0 100001 11100111 1100001 100010

Color Harmonies of #031CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CAC

Black with #031CAC

Text Example


Text Example

White with #031CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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