#0824A0

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

Shades of International Klein Blue #0824A0

Tints of International Klein Blue #0824A0

Color information

#0824A0 (or 0x0824A0) is unknown color: approx International Klein Blue. HEX triplet: 08, 24 and A0. RGB value is (8,36,160). Sum of RGB (Red+Green+Blue) = 8+36+160=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 160 (62.89% from 255 or 78.43% from 204); Max value from RGB is 160 - color contains mainly: blue. Hex color #0824A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0824A0 is #F7DB5F. Grayscale: #292929. Windows color (decimal): -16243552 or 10494984. OLE color: 10494984.

HSL color Cylindrical-coordinate representation of color #0824A0: hue angle of 228.95º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0824A0 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB836160-
CMYK0.950.7800.37
HSL228.95º90.48%32.94%-
HSV(B)228.95º95%62.75%-
XYZ7.083.8533.63-
YUV41.76194.72103.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 160 (62.89% from 255) = 78.43%
R=3.92%
G=17.65%
B=78.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8361600.950.7800.37228.9590.4832.94
Hex824A05F4E025e55a21
Octal104424013711604534513241
Binary100010010010100000101111110011100100101111001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0824A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0824A0; }

 p { color: rgb(8,36,160); }

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

<style>
 a { background-color: #0824A0; }

 a { background-color: rgb(8,36,160); }

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

<style>
 span { border-color: #0824A0; }

 span { border-color: rgb(8,36,160); }

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