#0A19B1

Color #0A19B1 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0A19B1

Tints of International Klein Blue #0A19B1

Color information

#0A19B1 (or 0x0A19B1) is unknown color: approx International Klein Blue. HEX triplet: 0A, 19 and B1. RGB value is (10,25,177). Sum of RGB (Red+Green+Blue) = 10+25+177=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 177 (69.53% from 255 or 83.49% from 212); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A19B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A19B1 is #F5E64E. Grayscale: #252525. Windows color (decimal): -16115279 or 11606282. OLE color: 11606282.

HSL color Cylindrical-coordinate representation of color #0A19B1: hue angle of 234.61º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A19B1 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1025177-
CMYK0.940.8600.31
HSL234.61º89.3%36.67%-
HSV(B)234.61º94.35%69.41%-
XYZ8.413.9341.91-
YUV37.84206.53108.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 177 (69.53% from 255) = 83.49%
R=4.72%
G=11.79%
B=83.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10251770.940.8600.31234.6189.336.67
HexA19B15E5601Feb5925
Octal123126113612603735313145
Binary1010110011011000110111101010110011111111010111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A19B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A19B1; }

 p { color: rgb(10,25,177); }

 H1.HeaderClassName
 {
   color: #0A19B1;
 }
 .AnyTagClassName
 {
   color: #0A19B1;
 }
</style>
background-color css

<style>
 a { background-color: #0A19B1; }

 a { background-color: rgb(10,25,177); }

 div.DivClassName
 {
   background-color: #0A19B1;
 }
 .BgClassName
 {
   background-color: #0A19B1;
 }
</style>
border-color css

<style>
 span { border-color: #0A19B1; }

 span { border-color: rgb(10,25,177); }

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