Html Css Color HEX #0023AA International Klein Blue
📋 copy color: '#0023AA'red 0 ◦ green 35 ◦ blue 170
Shades of International Klein Blue #0023AA
Tints of International Klein Blue #0023AA
RGB
CMYK
RGB Variations
Color information
#0023AA (or 0x0023AA) is known color: International Klein Blue. HEX triplet: 00, 23 and AA. RGB value is (0,35,170). Sum of RGB (Red+Green+Blue) = 0+35+170=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #0023AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0023AA is #FFDC55. Grayscale: #272727. Windows color (decimal): -16768086 or 11150080. OLE color: 11150080.
HSL color Cylindrical-coordinate representation of color #0023AA: hue angle of 227.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023AA is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 35 | 170 | - |
| CMYK | 1 | 0.79 | 0 | 0.33 |
| HSL | 227.65º | 1% | 0.33% | - |
| HSV(B) | 227.65º | 1% | 0.67% | - |
| XYZ | 7.86 | 4.1 | 38.41 | - |
| YUV | 39.93 | 201.4 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 170 | 1 | 0.79 | 0 | 0.33 | 227.65 | 1 | 0.33 |
| Hex | 0 | 23 | AA | 64 | 4F | 0 | 21 | E4 | 64 | 21 |
| Octal | 0 | 43 | 252 | 144 | 117 | 0 | 41 | 344 | 144 | 41 |
| Binary | 0 | 100011 | 10101010 | 1100100 | 1001111 | 0 | 100001 | 11100100 | 1100100 | 100001 |
Color Harmonies of #0023AA
Complementary color
Monochromatic Colors of #0023AA
Black with #0023AA
Text Example
Text Example
White with #0023AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023AA; }
p { color: rgb(0,35,170); }
H1.HeaderClassName
{
color: #0023AA;
}
.AnyTagClassName
{
color: #0023AA;
}
</style>
background-color css
<style>
a { background-color: #0023AA; }
a { background-color: rgb(0,35,170); }
div.DivClassName
{
background-color: #0023AA;
}
.BgClassName
{
background-color: #0023AA;
}
</style>
border-color css
<style>
span { border-color: #0023AA; }
span { border-color: rgb(0,35,170); }
td.TdClassName
{
border-color: #0023AA;
}
.TagClassName
{
border-color: #0023AA;
}
</style>