Html Css Color HEX #062BAB International Klein Blue

📋 copy color: '#062BAB'

red 6 ◦ green 43 ◦ blue 171

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

Shades of International Klein Blue #062BAB

Tints of International Klein Blue #062BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 2.73%
G = 19.55%
B = 77.73%

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

#062BAB (or 0x062BAB) is known color: International Klein Blue. HEX triplet: 06, 2B and AB. RGB value is (6,43,171). Sum of RGB (Red+Green+Blue) = 6+43+171=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #062BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BAB is #F9D454. Grayscale: #2D2D2D. Windows color (decimal): -16372821 or 11217670. OLE color: 11217670.

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

Color convert

RGB 6 43 171 -
CMYK 0.96 0.75 0 0.33
HSL 226.55º 0.93% 0.35% -
HSV(B) 226.55º 0.96% 0.67% -
XYZ 8.29 4.71 39 -
YUV 46.53 198.24 99.09 -
System Red Green Blue C M Y K H S L
Decimal 6 43 171 0.96 0.75 0 0.33 226.55 0.93 0.35
Hex 6 2B AB 60 4B 0 21 E3 5D 23
Octal 6 53 253 140 113 0 41 343 135 43
Binary 110 101011 10101011 1100000 1001011 0 100001 11100011 1011101 100011

Color Harmonies of #062BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BAB

Black with #062BAB

Text Example


Text Example

White with #062BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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