Html Css Color HEX #0434AF International Klein Blue
📋 copy color: '#0434AF'red 4 ◦ green 52 ◦ blue 175
Shades of International Klein Blue #0434AF
Tints of International Klein Blue #0434AF
RGB
CMYK
RGB Variations
Color information
#0434AF (or 0x0434AF) is known color: International Klein Blue. HEX triplet: 04, 34 and AF. RGB value is (4,52,175). Sum of RGB (Red+Green+Blue) = 4+52+175=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #0434AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0434AF is #FBCB50. Grayscale: #333333. Windows color (decimal): -16501585 or 11482116. OLE color: 11482116.
HSL color Cylindrical-coordinate representation of color #0434AF: hue angle of 223.16º 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 #0434AF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 52 | 175 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.31 |
| HSL | 223.16º | 0.96% | 0.35% | - |
| HSV(B) | 223.16º | 0.98% | 0.69% | - |
| XYZ | 9.02 | 5.58 | 41.16 | - |
| YUV | 51.67 | 197.6 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 175 | 0.98 | 0.70 | 0 | 0.31 | 223.16 | 0.96 | 0.35 |
| Hex | 4 | 34 | AF | 62 | 46 | 0 | 1F | DF | 60 | 23 |
| Octal | 4 | 64 | 257 | 142 | 106 | 0 | 37 | 337 | 140 | 43 |
| Binary | 100 | 110100 | 10101111 | 1100010 | 1000110 | 0 | 11111 | 11011111 | 1100000 | 100011 |
Color Harmonies of #0434AF
Complementary color
Monochromatic Colors of #0434AF
Black with #0434AF
Text Example
Text Example
White with #0434AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0434AF; }
p { color: rgb(4,52,175); }
H1.HeaderClassName
{
color: #0434AF;
}
.AnyTagClassName
{
color: #0434AF;
}
</style>
background-color css
<style>
a { background-color: #0434AF; }
a { background-color: rgb(4,52,175); }
div.DivClassName
{
background-color: #0434AF;
}
.BgClassName
{
background-color: #0434AF;
}
</style>
border-color css
<style>
span { border-color: #0434AF; }
span { border-color: rgb(4,52,175); }
td.TdClassName
{
border-color: #0434AF;
}
.TagClassName
{
border-color: #0434AF;
}
</style>