Html Css Color HEX #062DAC International Klein Blue

📋 copy color: '#062DAC'

red 6 ◦ green 45 ◦ blue 172

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

Shades of International Klein Blue #062DAC

Tints of International Klein Blue #062DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 2.69%
G = 20.18%
B = 77.13%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#062DAC (or 0x062DAC) is known color: International Klein Blue. HEX triplet: 06, 2D and AC. RGB value is (6,45,172). Sum of RGB (Red+Green+Blue) = 6+45+172=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #062DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062DAC is #F9D253. Grayscale: #2F2F2F. Windows color (decimal): -16372308 or 11283718. OLE color: 11283718.

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

Color convert

RGB 6 45 172 -
CMYK 0.97 0.74 0 0.33
HSL 225.9º 0.93% 0.35% -
HSV(B) 225.9º 0.97% 0.67% -
XYZ 8.46 4.89 39.53 -
YUV 47.82 198.08 98.17 -
System Red Green Blue C M Y K H S L
Decimal 6 45 172 0.97 0.74 0 0.33 225.9 0.93 0.35
Hex 6 2D AC 61 4A 0 21 E2 5D 23
Octal 6 55 254 141 112 0 41 342 135 43
Binary 110 101101 10101100 1100001 1001010 0 100001 11100010 1011101 100011

Color Harmonies of #062DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DAC

Black with #062DAC

Text Example


Text Example

White with #062DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,172); }

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

background-color css

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

 a { background-color: rgb(6,45,172); }

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

border-color css

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

 span { border-color: rgb(6,45,172); }

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