Html Css Color HEX #062AA0 International Klein Blue

📋 copy color: '#062AA0'

red 6 ◦ green 42 ◦ blue 160

#062AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #062AA0

Tints of International Klein Blue #062AA0

RGB

 RED value IS 6 (2.73% from 255) = 2.88%

 GREEN value IS 42 (16.8% from 255) = 20.19%

 BLUE value IS 160 (62.89% from 255) = 76.92%

R = 2.88%
G = 20.19%
B = 76.92%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#062AA0 (or 0x062AA0) is known color: International Klein Blue. HEX triplet: 06, 2A and A0. RGB value is (6,42,160). Sum of RGB (Red+Green+Blue) = 6+42+160=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 160 (62.89% from 255 or 76.92% from 208); Max value from RGB is 160 - color contains mainly: blue. Hex color #062AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062AA0 is #F9D55F. Grayscale: #2C2C2C. Windows color (decimal): -16373088 or 10496518. OLE color: 10496518.

HSL color Cylindrical-coordinate representation of color #062AA0: hue angle of 225.97º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062AA0 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 6 42 160 -
CMYK 0.96 0.74 0 0.37
HSL 225.97º 0.93% 0.33% -
HSV(B) 225.97º 0.96% 0.63% -
XYZ 7.25 4.23 33.69 -
YUV 44.69 193.07 100.41 -
System Red Green Blue C M Y K H S L
Decimal 6 42 160 0.96 0.74 0 0.37 225.97 0.93 0.33
Hex 6 2A A0 60 4A 0 25 E2 5D 21
Octal 6 52 240 140 112 0 45 342 135 41
Binary 110 101010 10100000 1100000 1001010 0 100101 11100010 1011101 100001

Color Harmonies of #062AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062AA0

Black with #062AA0

Text Example


Text Example

White with #062AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062AA0; }

 p { color: rgb(6,42,160); }

 H1.HeaderClassName
 {
   color: #062AA0;
 }
 .AnyTagClassName
 {
   color: #062AA0;
 }
</style>

background-color css

<style>
 a { background-color: #062AA0; }

 a { background-color: rgb(6,42,160); }

 div.DivClassName
 {
   background-color: #062AA0;
 }
 .BgClassName
 {
   background-color: #062AA0;
 }
</style>

border-color css

<style>
 span { border-color: #062AA0; }

 span { border-color: rgb(6,42,160); }

 td.TdClassName
 {
   border-color: #062AA0;
 }
 .TagClassName
 {
   border-color: #062AA0;
 }
</style>