Html Css Color HEX #031ABA International Klein Blue

📋 copy color: '#031ABA'

red 3 ◦ green 26 ◦ blue 186

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

Shades of International Klein Blue #031ABA

Tints of International Klein Blue #031ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 86.51%

R = 1.4%
G = 12.09%
B = 86.51%

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

#031ABA (or 0x031ABA) is known color: International Klein Blue. HEX triplet: 03, 1A and BA. RGB value is (3,26,186). Sum of RGB (Red+Green+Blue) = 3+26+186=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #031ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ABA is #FCE545. Grayscale: #242424. Windows color (decimal): -16573766 or 12196355. OLE color: 12196355.

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

Color convert

RGB 3 26 186 -
CMYK 0.98 0.86 0 0.27
HSL 232.46º 0.97% 0.37% -
HSV(B) 232.46º 0.98% 0.73% -
XYZ 9.27 4.3 46.8 -
YUV 37.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 3 26 186 0.98 0.86 0 0.27 232.46 0.97 0.37
Hex 3 1A BA 62 56 0 1B E8 61 25
Octal 3 32 272 142 126 0 33 350 141 45
Binary 11 11010 10111010 1100010 1010110 0 11011 11101000 1100001 100101

Color Harmonies of #031ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ABA

Black with #031ABA

Text Example


Text Example

White with #031ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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