#08279C

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

Shades of International Klein Blue #08279C

Tints of International Klein Blue #08279C

Color information

#08279C (or 0x08279C) is unknown color: approx International Klein Blue. HEX triplet: 08, 27 and 9C. RGB value is (8,39,156). Sum of RGB (Red+Green+Blue) = 8+39+156=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #08279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08279C is #F7D863. Grayscale: #2A2A2A. Windows color (decimal): -16242788 or 10233608. OLE color: 10233608.

HSL color Cylindrical-coordinate representation of color #08279C: hue angle of 227.43º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08279C is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB839156-
CMYK0.950.7500.39
HSL227.43º90.24%32.16%-
HSV(B)227.43º94.87%61.18%-
XYZ6.833.931.85-
YUV43.07191.73102.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=3.94%
G=19.21%
B=76.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8391560.950.7500.39227.4390.2432.16
Hex8279C5F4B027e35a20
Octal104723413711304734313240
Binary100010011110011100101111110010110100111111000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08279C; }

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

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

<style>
 a { background-color: #08279C; }

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

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

<style>
 span { border-color: #08279C; }

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

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