Html Css Color HEX #062E48 Blue Whale

📋 copy color: '#062E48'

red 6 ◦ green 46 ◦ blue 72

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

Shades of Blue Whale #062E48

Tints of Blue Whale #062E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.1%

 BLUE value IS 72 (28.52% from 255) = 58.06%

R = 4.84%
G = 37.1%
B = 58.06%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062E48 (or 0x062E48) is known color: Blue Whale. HEX triplet: 06, 2E and 48. RGB value is (6,46,72). Sum of RGB (Red+Green+Blue) = 6+46+72=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #062E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E48 is #F9D1B7. Grayscale: #242424. Windows color (decimal): -16372152 or 4730374. OLE color: 4730374.

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

Color convert

RGB 6 46 72 -
CMYK 0.92 0.36 0 0.72
HSL 203.64º 0.85% 0.15% -
HSV(B) 203.64º 0.92% 0.28% -
XYZ 2.22 2.46 6.49 -
YUV 37 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 6 46 72 0.92 0.36 0 0.72 203.64 0.85 0.15
Hex 6 2E 48 5C 24 0 48 CC 55 F
Octal 6 56 110 134 44 0 110 314 125 17
Binary 110 101110 1001000 1011100 100100 0 1001000 11001100 1010101 1111

Color Harmonies of #062E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E48

Black with #062E48

Text Example


Text Example

White with #062E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,46,72); }

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

background-color css

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

 a { background-color: rgb(6,46,72); }

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

border-color css

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

 span { border-color: rgb(6,46,72); }

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