Html Css Color HEX #062A49 Blue Whale

📋 copy color: '#062A49'

red 6 ◦ green 42 ◦ blue 73

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

Shades of Blue Whale #062A49

Tints of Blue Whale #062A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.71%

 BLUE value IS 73 (28.91% from 255) = 60.33%

R = 4.96%
G = 34.71%
B = 60.33%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#062A49 (or 0x062A49) is known color: Blue Whale. HEX triplet: 06, 2A and 49. RGB value is (6,42,73). Sum of RGB (Red+Green+Blue) = 6+42+73=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #062A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A49 is #F9D5B6. Grayscale: #222222. Windows color (decimal): -16373175 or 4794886. OLE color: 4794886.

HSL color Cylindrical-coordinate representation of color #062A49: hue angle of 207.76º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062A49 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 42 73 -
CMYK 0.92 0.42 0 0.71
HSL 207.76º 0.85% 0.15% -
HSV(B) 207.76º 0.92% 0.29% -
XYZ 2.11 2.18 6.61 -
YUV 34.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 6 42 73 0.92 0.42 0 0.71 207.76 0.85 0.15
Hex 6 2A 49 5C 2A 0 47 D0 55 F
Octal 6 52 111 134 52 0 107 320 125 17
Binary 110 101010 1001001 1011100 101010 0 1000111 11010000 1010101 1111

Color Harmonies of #062A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A49

Black with #062A49

Text Example


Text Example

White with #062A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,42,73); }

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

background-color css

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

 a { background-color: rgb(6,42,73); }

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

border-color css

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

 span { border-color: rgb(6,42,73); }

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