Html Css Color HEX #0434A4 International Klein Blue
📋 copy color: '#0434A4'red 4 ◦ green 52 ◦ blue 164
Shades of International Klein Blue #0434A4
Tints of International Klein Blue #0434A4
RGB
CMYK
RGB Variations
Color information
#0434A4 (or 0x0434A4) is known color: International Klein Blue. HEX triplet: 04, 34 and A4. RGB value is (4,52,164). Sum of RGB (Red+Green+Blue) = 4+52+164=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 164 (64.45% from 255 or 74.55% from 220); Max value from RGB is 164 - color contains mainly: blue. Hex color #0434A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0434A4 is #FBCB5B. Grayscale: #313131. Windows color (decimal): -16501596 or 10761220. OLE color: 10761220.
HSL color Cylindrical-coordinate representation of color #0434A4: hue angle of 222º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0434A4 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 52 | 164 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.36 |
| HSL | 222º | 0.95% | 0.33% | - |
| HSV(B) | 222º | 0.98% | 0.64% | - |
| XYZ | 7.98 | 5.16 | 35.7 | - |
| YUV | 50.42 | 192.1 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 164 | 0.98 | 0.68 | 0 | 0.36 | 222 | 0.95 | 0.33 |
| Hex | 4 | 34 | A4 | 62 | 44 | 0 | 24 | DE | 5F | 21 |
| Octal | 4 | 64 | 244 | 142 | 104 | 0 | 44 | 336 | 137 | 41 |
| Binary | 100 | 110100 | 10100100 | 1100010 | 1000100 | 0 | 100100 | 11011110 | 1011111 | 100001 |
Color Harmonies of #0434A4
Complementary color
Monochromatic Colors of #0434A4
Black with #0434A4
Text Example
Text Example
White with #0434A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0434A4; }
p { color: rgb(4,52,164); }
H1.HeaderClassName
{
color: #0434A4;
}
.AnyTagClassName
{
color: #0434A4;
}
</style>
background-color css
<style>
a { background-color: #0434A4; }
a { background-color: rgb(4,52,164); }
div.DivClassName
{
background-color: #0434A4;
}
.BgClassName
{
background-color: #0434A4;
}
</style>
border-color css
<style>
span { border-color: #0434A4; }
span { border-color: rgb(4,52,164); }
td.TdClassName
{
border-color: #0434A4;
}
.TagClassName
{
border-color: #0434A4;
}
</style>