#0D19B5

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

Shades of International Klein Blue #0D19B5

Tints of International Klein Blue #0D19B5

Color information

#0D19B5 (or 0x0D19B5) is unknown color: approx International Klein Blue. HEX triplet: 0D, 19 and B5. RGB value is (13,25,181). Sum of RGB (Red+Green+Blue) = 13+25+181=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 181 (71.09% from 255 or 82.65% from 219); Max value from RGB is 181 - color contains mainly: blue. Hex color #0D19B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D19B5 is #F2E64A. Grayscale: #262626. Windows color (decimal): -15918667 or 11868429. OLE color: 11868429.

HSL color Cylindrical-coordinate representation of color #0D19B5: hue angle of 235.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D19B5 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1325181-
CMYK0.930.8600.29
HSL235.71º86.6%38.04%-
HSV(B)235.71º92.82%70.98%-
XYZ8.854.1244.04-
YUV39.2208.02109.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.94%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 181 (71.09% from 255) = 82.65%
R=5.94%
G=11.42%
B=82.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13251810.930.8600.29235.7186.638.04
HexD19B55D5601Dec5726
Octal153126513512603535412746
Binary1101110011011010110111011010110011101111011001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D19B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,181); }

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

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

 a { background-color: rgb(13,25,181); }

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

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

 span { border-color: rgb(13,25,181); }

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