Html Css Color HEX #031ABC International Klein Blue

📋 copy color: '#031ABC'

red 3 ◦ green 26 ◦ blue 188

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

Shades of International Klein Blue #031ABC

Tints of International Klein Blue #031ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 86.64%

R = 1.38%
G = 11.98%
B = 86.64%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#031ABC (or 0x031ABC) is known color: International Klein Blue. HEX triplet: 03, 1A and BC. RGB value is (3,26,188). Sum of RGB (Red+Green+Blue) = 3+26+188=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 188 (73.83% from 255 or 86.64% from 217); Max value from RGB is 188 - color contains mainly: blue. Hex color #031ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ABC is #FCE543. Grayscale: #242424. Windows color (decimal): -16573764 or 12327427. OLE color: 12327427.

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

Color convert

RGB 3 26 188 -
CMYK 0.98 0.86 0 0.26
HSL 232.54º 0.97% 0.37% -
HSV(B) 232.54º 0.98% 0.74% -
XYZ 9.48 4.39 47.92 -
YUV 37.59 212.88 103.33 -
System Red Green Blue C M Y K H S L
Decimal 3 26 188 0.98 0.86 0 0.26 232.54 0.97 0.37
Hex 3 1A BC 62 56 0 1A E9 61 25
Octal 3 32 274 142 126 0 32 351 141 45
Binary 11 11010 10111100 1100010 1010110 0 11010 11101001 1100001 100101

Color Harmonies of #031ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ABC

Black with #031ABC

Text Example


Text Example

White with #031ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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