#0826B0

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

Shades of International Klein Blue #0826B0

Tints of International Klein Blue #0826B0

Color information

#0826B0 (or 0x0826B0) is unknown color: approx International Klein Blue. HEX triplet: 08, 26 and B0. RGB value is (8,38,176). Sum of RGB (Red+Green+Blue) = 8+38+176=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 176 (69.14% from 255 or 79.28% from 222); Max value from RGB is 176 - color contains mainly: blue. Hex color #0826B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0826B0 is #F7D94F. Grayscale: #2C2C2C. Windows color (decimal): -16243024 or 11544072. OLE color: 11544072.

HSL color Cylindrical-coordinate representation of color #0826B0: hue angle of 229.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0826B0 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB838176-
CMYK0.950.7800.31
HSL229.29º91.3%36.08%-
HSV(B)229.29º95.45%69.02%-
XYZ8.634.5741.5-
YUV44.76202.06101.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 176 (69.14% from 255) = 79.28%
R=3.60%
G=17.12%
B=79.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8381760.950.7800.31229.2991.336.08
Hex826B05F4E01Fe55b24
Octal104626013711603734513344
Binary10001001101011000010111111001110011111111001011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0826B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0826B0; }

 p { color: rgb(8,38,176); }

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

<style>
 a { background-color: #0826B0; }

 a { background-color: rgb(8,38,176); }

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

<style>
 span { border-color: #0826B0; }

 span { border-color: rgb(8,38,176); }

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