Html Css Color HEX #0833AF International Klein Blue
📋 copy color: '#0833AF'red 8 ◦ green 51 ◦ blue 175
Shades of International Klein Blue #0833AF
Tints of International Klein Blue #0833AF
RGB
CMYK
RGB Variations
Color information
#0833AF (or 0x0833AF) is known color: International Klein Blue. HEX triplet: 08, 33 and AF. RGB value is (8,51,175). Sum of RGB (Red+Green+Blue) = 8+51+175=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #0833AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0833AF is #F7CC50. Grayscale: #333333. Windows color (decimal): -16239697 or 11481864. OLE color: 11481864.
HSL color Cylindrical-coordinate representation of color #0833AF: hue angle of 224.55º 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 #0833AF is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 51 | 175 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.31 |
| HSL | 224.55º | 0.91% | 0.36% | - |
| HSV(B) | 224.55º | 0.95% | 0.69% | - |
| XYZ | 9.02 | 5.51 | 41.15 | - |
| YUV | 52.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 175 | 0.95 | 0.71 | 0 | 0.31 | 224.55 | 0.91 | 0.36 |
| Hex | 8 | 33 | AF | 5F | 47 | 0 | 1F | E1 | 5B | 24 |
| Octal | 10 | 63 | 257 | 137 | 107 | 0 | 37 | 341 | 133 | 44 |
| Binary | 1000 | 110011 | 10101111 | 1011111 | 1000111 | 0 | 11111 | 11100001 | 1011011 | 100100 |
Color Harmonies of #0833AF
Complementary color
Monochromatic Colors of #0833AF
Black with #0833AF
Text Example
Text Example
White with #0833AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0833AF; }
p { color: rgb(8,51,175); }
H1.HeaderClassName
{
color: #0833AF;
}
.AnyTagClassName
{
color: #0833AF;
}
</style>
background-color css
<style>
a { background-color: #0833AF; }
a { background-color: rgb(8,51,175); }
div.DivClassName
{
background-color: #0833AF;
}
.BgClassName
{
background-color: #0833AF;
}
</style>
border-color css
<style>
span { border-color: #0833AF; }
span { border-color: rgb(8,51,175); }
td.TdClassName
{
border-color: #0833AF;
}
.TagClassName
{
border-color: #0833AF;
}
</style>