Html Css Color HEX #062BAA International Klein Blue

📋 copy color: '#062BAA'

red 6 ◦ green 43 ◦ blue 170

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

Shades of International Klein Blue #062BAA

Tints of International Klein Blue #062BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 2.74%
G = 19.63%
B = 77.63%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#062BAA (or 0x062BAA) is known color: International Klein Blue. HEX triplet: 06, 2B and AA. RGB value is (6,43,170). Sum of RGB (Red+Green+Blue) = 6+43+170=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #062BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BAA is #F9D455. Grayscale: #2D2D2D. Windows color (decimal): -16372822 or 11152134. OLE color: 11152134.

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

Color convert

RGB 6 43 170 -
CMYK 0.96 0.75 0 0.33
HSL 226.46º 0.93% 0.35% -
HSV(B) 226.46º 0.96% 0.67% -
XYZ 8.19 4.67 38.5 -
YUV 46.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 6 43 170 0.96 0.75 0 0.33 226.46 0.93 0.35
Hex 6 2B AA 60 4B 0 21 E2 5D 23
Octal 6 53 252 140 113 0 41 342 135 43
Binary 110 101011 10101010 1100000 1001011 0 100001 11100010 1011101 100011

Color Harmonies of #062BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BAA

Black with #062BAA

Text Example


Text Example

White with #062BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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