Html Css Color HEX #062BAC International Klein Blue

📋 copy color: '#062BAC'

red 6 ◦ green 43 ◦ blue 172

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

Shades of International Klein Blue #062BAC

Tints of International Klein Blue #062BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 2.71%
G = 19.46%
B = 77.83%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#062BAC (or 0x062BAC) is known color: International Klein Blue. HEX triplet: 06, 2B and AC. RGB value is (6,43,172). Sum of RGB (Red+Green+Blue) = 6+43+172=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #062BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BAC is #F9D453. Grayscale: #2E2E2E. Windows color (decimal): -16372820 or 11283206. OLE color: 11283206.

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

Color convert

RGB 6 43 172 -
CMYK 0.97 0.75 0 0.33
HSL 226.63º 0.93% 0.35% -
HSV(B) 226.63º 0.97% 0.67% -
XYZ 8.39 4.75 39.5 -
YUV 46.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 6 43 172 0.97 0.75 0 0.33 226.63 0.93 0.35
Hex 6 2B AC 61 4B 0 21 E3 5D 23
Octal 6 53 254 141 113 0 41 343 135 43
Binary 110 101011 10101100 1100001 1001011 0 100001 11100011 1011101 100011

Color Harmonies of #062BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BAC

Black with #062BAC

Text Example


Text Example

White with #062BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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