Html Css Color HEX #062E47 Blue Whale

📋 copy color: '#062E47'

red 6 ◦ green 46 ◦ blue 71

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

Shades of Blue Whale #062E47

Tints of Blue Whale #062E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 57.72%

R = 4.88%
G = 37.4%
B = 57.72%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062E47 (or 0x062E47) is known color: Blue Whale. HEX triplet: 06, 2E and 47. RGB value is (6,46,71). Sum of RGB (Red+Green+Blue) = 6+46+71=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #062E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E47 is #F9D1B8. Grayscale: #242424. Windows color (decimal): -16372153 or 4664838. OLE color: 4664838.

HSL color Cylindrical-coordinate representation of color #062E47: hue angle of 203.08º degrees, saturation: 0.84, 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 #062E47 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 46 71 -
CMYK 0.92 0.35 0 0.72
HSL 203.08º 0.84% 0.15% -
HSV(B) 203.08º 0.92% 0.28% -
XYZ 2.19 2.45 6.32 -
YUV 36.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 6 46 71 0.92 0.35 0 0.72 203.08 0.84 0.15
Hex 6 2E 47 5C 23 0 48 CB 54 F
Octal 6 56 107 134 43 0 110 313 124 17
Binary 110 101110 1000111 1011100 100011 0 1001000 11001011 1010100 1111

Color Harmonies of #062E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E47

Black with #062E47

Text Example


Text Example

White with #062E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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