Html Css Color HEX #0435AF International Klein Blue
📋 copy color: '#0435AF'red 4 ◦ green 53 ◦ blue 175
Shades of International Klein Blue #0435AF
Tints of International Klein Blue #0435AF
RGB
CMYK
RGB Variations
Color information
#0435AF (or 0x0435AF) is known color: International Klein Blue. HEX triplet: 04, 35 and AF. RGB value is (4,53,175). Sum of RGB (Red+Green+Blue) = 4+53+175=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #0435AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0435AF is #FBCA50. Grayscale: #333333. Windows color (decimal): -16501329 or 11482372. OLE color: 11482372.
HSL color Cylindrical-coordinate representation of color #0435AF: hue angle of 222.81º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0435AF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 53 | 175 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.31 |
| HSL | 222.81º | 0.96% | 0.35% | - |
| HSV(B) | 222.81º | 0.98% | 0.69% | - |
| XYZ | 9.06 | 5.67 | 41.17 | - |
| YUV | 52.26 | 197.27 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 175 | 0.98 | 0.70 | 0 | 0.31 | 222.81 | 0.96 | 0.35 |
| Hex | 4 | 35 | AF | 62 | 46 | 0 | 1F | DF | 60 | 23 |
| Octal | 4 | 65 | 257 | 142 | 106 | 0 | 37 | 337 | 140 | 43 |
| Binary | 100 | 110101 | 10101111 | 1100010 | 1000110 | 0 | 11111 | 11011111 | 1100000 | 100011 |
Color Harmonies of #0435AF
Complementary color
Monochromatic Colors of #0435AF
Black with #0435AF
Text Example
Text Example
White with #0435AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0435AF; }
p { color: rgb(4,53,175); }
H1.HeaderClassName
{
color: #0435AF;
}
.AnyTagClassName
{
color: #0435AF;
}
</style>
background-color css
<style>
a { background-color: #0435AF; }
a { background-color: rgb(4,53,175); }
div.DivClassName
{
background-color: #0435AF;
}
.BgClassName
{
background-color: #0435AF;
}
</style>
border-color css
<style>
span { border-color: #0435AF; }
span { border-color: rgb(4,53,175); }
td.TdClassName
{
border-color: #0435AF;
}
.TagClassName
{
border-color: #0435AF;
}
</style>