Html Css Color HEX #031AB6 International Klein Blue

📋 copy color: '#031AB6'

red 3 ◦ green 26 ◦ blue 182

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

Shades of International Klein Blue #031AB6

Tints of International Klein Blue #031AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 86.26%

R = 1.42%
G = 12.32%
B = 86.26%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#031AB6 (or 0x031AB6) is known color: International Klein Blue. HEX triplet: 03, 1A and B6. RGB value is (3,26,182). Sum of RGB (Red+Green+Blue) = 3+26+182=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 182 (71.48% from 255 or 86.26% from 211); Max value from RGB is 182 - color contains mainly: blue. Hex color #031AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031AB6 is #FCE549. Grayscale: #242424. Windows color (decimal): -16573770 or 11934211. OLE color: 11934211.

HSL color Cylindrical-coordinate representation of color #031AB6: hue angle of 232.29º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031AB6 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 26 182 -
CMYK 0.98 0.86 0 0.29
HSL 232.29º 0.97% 0.36% -
HSV(B) 232.29º 0.98% 0.71% -
XYZ 8.85 4.14 44.59 -
YUV 36.91 209.88 103.82 -
System Red Green Blue C M Y K H S L
Decimal 3 26 182 0.98 0.86 0 0.29 232.29 0.97 0.36
Hex 3 1A B6 62 56 0 1D E8 61 24
Octal 3 32 266 142 126 0 35 350 141 44
Binary 11 11010 10110110 1100010 1010110 0 11101 11101000 1100001 100100

Color Harmonies of #031AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AB6

Black with #031AB6

Text Example


Text Example

White with #031AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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