Html Css Color HEX #0035A8 International Klein Blue
📋 copy color: '#0035A8'red 0 ◦ green 53 ◦ blue 168
Shades of International Klein Blue #0035A8
Tints of International Klein Blue #0035A8
RGB
CMYK
RGB Variations
Color information
#0035A8 (or 0x0035A8) is known color: International Klein Blue. HEX triplet: 00, 35 and A8. RGB value is (0,53,168). Sum of RGB (Red+Green+Blue) = 0+53+168=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 168 (66.02% from 255 or 76.02% from 221); Max value from RGB is 168 - color contains mainly: blue. Hex color #0035A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0035A8 is #FFCA57. Grayscale: #313131. Windows color (decimal): -16763480 or 11023616. OLE color: 11023616.
HSL color Cylindrical-coordinate representation of color #0035A8: hue angle of 221.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035A8 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 53 | 168 | - |
| CMYK | 1 | 0.68 | 0 | 0.34 |
| HSL | 221.07º | 1% | 0.33% | - |
| HSV(B) | 221.07º | 1% | 0.66% | - |
| XYZ | 8.34 | 5.37 | 37.64 | - |
| YUV | 50.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 168 | 1 | 0.68 | 0 | 0.34 | 221.07 | 1 | 0.33 |
| Hex | 0 | 35 | A8 | 64 | 44 | 0 | 22 | DD | 64 | 21 |
| Octal | 0 | 65 | 250 | 144 | 104 | 0 | 42 | 335 | 144 | 41 |
| Binary | 0 | 110101 | 10101000 | 1100100 | 1000100 | 0 | 100010 | 11011101 | 1100100 | 100001 |
Color Harmonies of #0035A8
Complementary color
Monochromatic Colors of #0035A8
Black with #0035A8
Text Example
Text Example
White with #0035A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035A8; }
p { color: rgb(0,53,168); }
H1.HeaderClassName
{
color: #0035A8;
}
.AnyTagClassName
{
color: #0035A8;
}
</style>
background-color css
<style>
a { background-color: #0035A8; }
a { background-color: rgb(0,53,168); }
div.DivClassName
{
background-color: #0035A8;
}
.BgClassName
{
background-color: #0035A8;
}
</style>
border-color css
<style>
span { border-color: #0035A8; }
span { border-color: rgb(0,53,168); }
td.TdClassName
{
border-color: #0035A8;
}
.TagClassName
{
border-color: #0035A8;
}
</style>