Html Css Color HEX #0223A5 International Klein Blue
📋 copy color: '#0223A5'red 2 ◦ green 35 ◦ blue 165
Shades of International Klein Blue #0223A5
Tints of International Klein Blue #0223A5
RGB
CMYK
RGB Variations
Color information
#0223A5 (or 0x0223A5) is known color: International Klein Blue. HEX triplet: 02, 23 and A5. RGB value is (2,35,165). Sum of RGB (Red+Green+Blue) = 2+35+165=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 165 (64.84% from 255 or 81.68% from 202); Max value from RGB is 165 - color contains mainly: blue. Hex color #0223A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0223A5 is #FDDC5A. Grayscale: #272727. Windows color (decimal): -16637019 or 10822402. OLE color: 10822402.
HSL color Cylindrical-coordinate representation of color #0223A5: hue angle of 227.85º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0223A5 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 35 | 165 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.35 |
| HSL | 227.85º | 0.98% | 0.33% | - |
| HSV(B) | 227.85º | 0.99% | 0.65% | - |
| XYZ | 7.42 | 3.93 | 35.97 | - |
| YUV | 39.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 165 | 0.99 | 0.79 | 0 | 0.35 | 227.85 | 0.98 | 0.33 |
| Hex | 2 | 23 | A5 | 63 | 4F | 0 | 23 | E4 | 62 | 21 |
| Octal | 2 | 43 | 245 | 143 | 117 | 0 | 43 | 344 | 142 | 41 |
| Binary | 10 | 100011 | 10100101 | 1100011 | 1001111 | 0 | 100011 | 11100100 | 1100010 | 100001 |
Color Harmonies of #0223A5
Complementary color
Monochromatic Colors of #0223A5
Black with #0223A5
Text Example
Text Example
White with #0223A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0223A5; }
p { color: rgb(2,35,165); }
H1.HeaderClassName
{
color: #0223A5;
}
.AnyTagClassName
{
color: #0223A5;
}
</style>
background-color css
<style>
a { background-color: #0223A5; }
a { background-color: rgb(2,35,165); }
div.DivClassName
{
background-color: #0223A5;
}
.BgClassName
{
background-color: #0223A5;
}
</style>
border-color css
<style>
span { border-color: #0223A5; }
span { border-color: rgb(2,35,165); }
td.TdClassName
{
border-color: #0223A5;
}
.TagClassName
{
border-color: #0223A5;
}
</style>