Html Css Color HEX #031CAB International Klein Blue

📋 copy color: '#031CAB'

red 3 ◦ green 28 ◦ blue 171

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

Shades of International Klein Blue #031CAB

Tints of International Klein Blue #031CAB

RGB

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

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

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

R = 1.49%
G = 13.86%
B = 84.65%

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

#031CAB (or 0x031CAB) is known color: International Klein Blue. HEX triplet: 03, 1C and AB. RGB value is (3,28,171). Sum of RGB (Red+Green+Blue) = 3+28+171=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #031CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031CAB is #FCE354. Grayscale: #242424. Windows color (decimal): -16573269 or 11213827. OLE color: 11213827.

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

Color convert

RGB 3 28 171 -
CMYK 0.98 0.84 0 0.33
HSL 231.07º 0.97% 0.34% -
HSV(B) 231.07º 0.98% 0.67% -
XYZ 7.8 3.79 38.85 -
YUV 36.83 203.72 103.87 -
System Red Green Blue C M Y K H S L
Decimal 3 28 171 0.98 0.84 0 0.33 231.07 0.97 0.34
Hex 3 1C AB 62 54 0 21 E7 61 22
Octal 3 34 253 142 124 0 41 347 141 42
Binary 11 11100 10101011 1100010 1010100 0 100001 11100111 1100001 100010

Color Harmonies of #031CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CAB

Black with #031CAB

Text Example


Text Example

White with #031CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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