Html Css Color HEX #062AAD International Klein Blue

📋 copy color: '#062AAD'

red 6 ◦ green 42 ◦ blue 173

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

Shades of International Klein Blue #062AAD

Tints of International Klein Blue #062AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 2.71%
G = 19%
B = 78.28%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#062AAD (or 0x062AAD) is known color: International Klein Blue. HEX triplet: 06, 2A and AD. RGB value is (6,42,173). Sum of RGB (Red+Green+Blue) = 6+42+173=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #062AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062AAD is #F9D552. Grayscale: #2D2D2D. Windows color (decimal): -16373075 or 11348486. OLE color: 11348486.

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

Color convert

RGB 6 42 173 -
CMYK 0.97 0.76 0 0.32
HSL 227.07º 0.93% 0.35% -
HSV(B) 227.07º 0.97% 0.68% -
XYZ 8.45 4.71 40 -
YUV 46.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 6 42 173 0.97 0.76 0 0.32 227.07 0.93 0.35
Hex 6 2A AD 61 4C 0 20 E3 5D 23
Octal 6 52 255 141 114 0 40 343 135 43
Binary 110 101010 10101101 1100001 1001100 0 100000 11100011 1011101 100011

Color Harmonies of #062AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062AAD

Black with #062AAD

Text Example


Text Example

White with #062AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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