Html Css Color HEX #062AAF International Klein Blue

📋 copy color: '#062AAF'

red 6 ◦ green 42 ◦ blue 175

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

Shades of International Klein Blue #062AAF

Tints of International Klein Blue #062AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 78.48%

R = 2.69%
G = 18.83%
B = 78.48%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#062AAF (or 0x062AAF) is known color: International Klein Blue. HEX triplet: 06, 2A and AF. RGB value is (6,42,175). Sum of RGB (Red+Green+Blue) = 6+42+175=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #062AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062AAF is #F9D550. Grayscale: #2D2D2D. Windows color (decimal): -16373073 or 11479558. OLE color: 11479558.

HSL color Cylindrical-coordinate representation of color #062AAF: hue angle of 227.22º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062AAF is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 42 175 -
CMYK 0.97 0.76 0 0.31
HSL 227.22º 0.93% 0.35% -
HSV(B) 227.22º 0.97% 0.69% -
XYZ 8.64 4.79 41.03 -
YUV 46.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 6 42 175 0.97 0.76 0 0.31 227.22 0.93 0.35
Hex 6 2A AF 61 4C 0 1F E3 5D 23
Octal 6 52 257 141 114 0 37 343 135 43
Binary 110 101010 10101111 1100001 1001100 0 11111 11100011 1011101 100011

Color Harmonies of #062AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062AAF

Black with #062AAF

Text Example


Text Example

White with #062AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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