Html Css Color HEX #062BA5 International Klein Blue
📋 copy color: '#062BA5'red 6 ◦ green 43 ◦ blue 165
Shades of International Klein Blue #062BA5
Tints of International Klein Blue #062BA5
RGB
CMYK
RGB Variations
Color information
#062BA5 (or 0x062BA5) is known color: International Klein Blue. HEX triplet: 06, 2B and A5. RGB value is (6,43,165). Sum of RGB (Red+Green+Blue) = 6+43+165=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 165 (64.84% from 255 or 77.10% from 214); Max value from RGB is 165 - color contains mainly: blue. Hex color #062BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BA5 is #F9D45A. Grayscale: #2D2D2D. Windows color (decimal): -16372827 or 10824454. OLE color: 10824454.
HSL color Cylindrical-coordinate representation of color #062BA5: hue angle of 226.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062BA5 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 43 | 165 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.35 |
| HSL | 226.04º | 0.93% | 0.34% | - |
| HSV(B) | 226.04º | 0.96% | 0.65% | - |
| XYZ | 7.73 | 4.48 | 36.06 | - |
| YUV | 45.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 165 | 0.96 | 0.74 | 0 | 0.35 | 226.04 | 0.93 | 0.34 |
| Hex | 6 | 2B | A5 | 60 | 4A | 0 | 23 | E2 | 5D | 22 |
| Octal | 6 | 53 | 245 | 140 | 112 | 0 | 43 | 342 | 135 | 42 |
| Binary | 110 | 101011 | 10100101 | 1100000 | 1001010 | 0 | 100011 | 11100010 | 1011101 | 100010 |
Color Harmonies of #062BA5
Complementary color
Monochromatic Colors of #062BA5
Black with #062BA5
Text Example
Text Example
White with #062BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BA5; }
p { color: rgb(6,43,165); }
H1.HeaderClassName
{
color: #062BA5;
}
.AnyTagClassName
{
color: #062BA5;
}
</style>
background-color css
<style>
a { background-color: #062BA5; }
a { background-color: rgb(6,43,165); }
div.DivClassName
{
background-color: #062BA5;
}
.BgClassName
{
background-color: #062BA5;
}
</style>
border-color css
<style>
span { border-color: #062BA5; }
span { border-color: rgb(6,43,165); }
td.TdClassName
{
border-color: #062BA5;
}
.TagClassName
{
border-color: #062BA5;
}
</style>