Html Css Color HEX #062DA0 International Klein Blue

📋 copy color: '#062DA0'

red 6 ◦ green 45 ◦ blue 160

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

Shades of International Klein Blue #062DA0

Tints of International Klein Blue #062DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.33%

 BLUE value IS 160 (62.89% from 255) = 75.83%

R = 2.84%
G = 21.33%
B = 75.83%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#062DA0 (or 0x062DA0) is known color: International Klein Blue. HEX triplet: 06, 2D and A0. RGB value is (6,45,160). Sum of RGB (Red+Green+Blue) = 6+45+160=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #062DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062DA0 is #F9D25F. Grayscale: #2D2D2D. Windows color (decimal): -16372320 or 10497286. OLE color: 10497286.

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

Color convert

RGB 6 45 160 -
CMYK 0.96 0.72 0 0.37
HSL 224.81º 0.93% 0.33% -
HSV(B) 224.81º 0.96% 0.63% -
XYZ 7.36 4.45 33.73 -
YUV 46.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 6 45 160 0.96 0.72 0 0.37 224.81 0.93 0.33
Hex 6 2D A0 60 48 0 25 E1 5D 21
Octal 6 55 240 140 110 0 45 341 135 41
Binary 110 101101 10100000 1100000 1001000 0 100101 11100001 1011101 100001

Color Harmonies of #062DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DA0

Black with #062DA0

Text Example


Text Example

White with #062DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,160); }

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

background-color css

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

 a { background-color: rgb(6,45,160); }

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

border-color css

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

 span { border-color: rgb(6,45,160); }

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