Html Css Color HEX #031ABB International Klein Blue

📋 copy color: '#031ABB'

red 3 ◦ green 26 ◦ blue 187

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

Shades of International Klein Blue #031ABB

Tints of International Klein Blue #031ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 86.57%

R = 1.39%
G = 12.04%
B = 86.57%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#031ABB (or 0x031ABB) is known color: International Klein Blue. HEX triplet: 03, 1A and BB. RGB value is (3,26,187). Sum of RGB (Red+Green+Blue) = 3+26+187=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 187 (73.44% from 255 or 86.57% from 216); Max value from RGB is 187 - color contains mainly: blue. Hex color #031ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ABB is #FCE544. Grayscale: #242424. Windows color (decimal): -16573765 or 12261891. OLE color: 12261891.

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

Color convert

RGB 3 26 187 -
CMYK 0.98 0.86 0 0.27
HSL 232.5º 0.97% 0.37% -
HSV(B) 232.5º 0.98% 0.73% -
XYZ 9.38 4.35 47.36 -
YUV 37.48 212.38 103.41 -
System Red Green Blue C M Y K H S L
Decimal 3 26 187 0.98 0.86 0 0.27 232.5 0.97 0.37
Hex 3 1A BB 62 56 0 1B E8 61 25
Octal 3 32 273 142 126 0 33 350 141 45
Binary 11 11010 10111011 1100010 1010110 0 11011 11101000 1100001 100101

Color Harmonies of #031ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ABB

Black with #031ABB

Text Example


Text Example

White with #031ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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