#0827b0

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

Shades of International Klein Blue #0827B0

Tints of International Klein Blue #0827B0

Color information

#0827B0 (or 0x0827B0) is unknown color: approx International Klein Blue. HEX triplet: 08, 27 and B0. RGB value is (8,39,176). Sum of RGB (Red+Green+Blue) = 8+39+176=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #0827B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0827B0 is #F7D84F. Grayscale: #2C2C2C. Windows color (decimal): -16242768 or 11544328. OLE color: 11544328.

HSL color Cylindrical-coordinate representation of color #0827B0: hue angle of 228.93º 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 #0827B0 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB839176-
CMYK0.950.7800.31
HSL228.93º91.3%36.08%-
HSV(B)228.93º95.45%69.02%-
XYZ8.664.6441.51-
YUV45.35201.73101.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.59%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 176 (69.14% from 255) = 78.92%
R=3.59%
G=17.49%
B=78.92%

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
Decimal8391760.950.7800.31228.9391.336.08
Hex827B05F4E01Fe55b24
Octal104726013711603734513344
Binary10001001111011000010111111001110011111111001011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0827b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0827b0; }

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

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

<style>
 a { background-color: #0827b0; }

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

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

<style>
 span { border-color: #0827b0; }

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

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