#082299

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

Shades of International Klein Blue #082299

Tints of International Klein Blue #082299

Color information

#082299 (or 0x082299) is unknown color: approx International Klein Blue. HEX triplet: 08, 22 and 99. RGB value is (8,34,153). Sum of RGB (Red+Green+Blue) = 8+34+153=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #082299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082299 is #F7DD66. Grayscale: #272727. Windows color (decimal): -16244071 or 10035720. OLE color: 10035720.

HSL color Cylindrical-coordinate representation of color #082299: hue angle of 229.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082299 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB834153-
CMYK0.950.7800.4
HSL229.24º90.06%31.57%-
HSV(B)229.24º94.77%60%-
XYZ6.423.530.47-
YUV39.79191.89105.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 153 (60.16% from 255) = 78.46%
R=4.10%
G=17.44%
B=78.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8341530.950.7800.4229.2490.0631.57
Hex822995F4E028e55a20
Octal104223113711605034513240
Binary100010001010011001101111110011100101000111001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082299; }

 p { color: rgb(8,34,153); }

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

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

 a { background-color: rgb(8,34,153); }

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

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

 span { border-color: rgb(8,34,153); }

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