Html Css Color HEX #062CAC International Klein Blue

📋 copy color: '#062CAC'

red 6 ◦ green 44 ◦ blue 172

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

Shades of International Klein Blue #062CAC

Tints of International Klein Blue #062CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

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

R = 2.7%
G = 19.82%
B = 77.48%

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

#062CAC (or 0x062CAC) is known color: International Klein Blue. HEX triplet: 06, 2C and AC. RGB value is (6,44,172). Sum of RGB (Red+Green+Blue) = 6+44+172=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #062CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062CAC is #F9D353. Grayscale: #2E2E2E. Windows color (decimal): -16372564 or 11283462. OLE color: 11283462.

HSL color Cylindrical-coordinate representation of color #062CAC: hue angle of 226.27º 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 #062CAC is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 44 172 -
CMYK 0.97 0.74 0 0.33
HSL 226.27º 0.93% 0.35% -
HSV(B) 226.27º 0.97% 0.67% -
XYZ 8.42 4.82 39.52 -
YUV 47.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 6 44 172 0.97 0.74 0 0.33 226.27 0.93 0.35
Hex 6 2C AC 61 4A 0 21 E2 5D 23
Octal 6 54 254 141 112 0 41 342 135 43
Binary 110 101100 10101100 1100001 1001010 0 100001 11100010 1011101 100011

Color Harmonies of #062CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CAC

Black with #062CAC

Text Example


Text Example

White with #062CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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