Html Css Color HEX #062BA6 International Klein Blue

📋 copy color: '#062BA6'

red 6 ◦ green 43 ◦ blue 166

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

Shades of International Klein Blue #062BA6

Tints of International Klein Blue #062BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 77.21%

R = 2.79%
G = 20%
B = 77.21%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#062BA6 (or 0x062BA6) is known color: International Klein Blue. HEX triplet: 06, 2B and A6. RGB value is (6,43,166). Sum of RGB (Red+Green+Blue) = 6+43+166=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 166 (65.23% from 255 or 77.21% from 215); Max value from RGB is 166 - color contains mainly: blue. Hex color #062BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BA6 is #F9D459. Grayscale: #2D2D2D. Windows color (decimal): -16372826 or 10889990. OLE color: 10889990.

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

Color convert

RGB 6 43 166 -
CMYK 0.96 0.74 0 0.35
HSL 226.13º 0.93% 0.34% -
HSV(B) 226.13º 0.96% 0.65% -
XYZ 7.82 4.52 36.54 -
YUV 45.96 195.74 99.5 -
System Red Green Blue C M Y K H S L
Decimal 6 43 166 0.96 0.74 0 0.35 226.13 0.93 0.34
Hex 6 2B A6 60 4A 0 23 E2 5D 22
Octal 6 53 246 140 112 0 43 342 135 42
Binary 110 101011 10100110 1100000 1001010 0 100011 11100010 1011101 100010

Color Harmonies of #062BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BA6

Black with #062BA6

Text Example


Text Example

White with #062BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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