Html Css Color HEX #062C47 Blue Whale

📋 copy color: '#062C47'

red 6 ◦ green 44 ◦ blue 71

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

Shades of Blue Whale #062C47

Tints of Blue Whale #062C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 36.36%

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

R = 4.96%
G = 36.36%
B = 58.68%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062C47 (or 0x062C47) is known color: Blue Whale. HEX triplet: 06, 2C and 47. RGB value is (6,44,71). Sum of RGB (Red+Green+Blue) = 6+44+71=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #062C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C47 is #F9D3B8. Grayscale: #232323. Windows color (decimal): -16372665 or 4664326. OLE color: 4664326.

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

Color convert

RGB 6 44 71 -
CMYK 0.92 0.38 0 0.72
HSL 204.92º 0.84% 0.15% -
HSV(B) 204.92º 0.92% 0.28% -
XYZ 2.11 2.3 6.29 -
YUV 35.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 6 44 71 0.92 0.38 0 0.72 204.92 0.84 0.15
Hex 6 2C 47 5C 26 0 48 CD 54 F
Octal 6 54 107 134 46 0 110 315 124 17
Binary 110 101100 1000111 1011100 100110 0 1001000 11001101 1010100 1111

Color Harmonies of #062C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C47

Black with #062C47

Text Example


Text Example

White with #062C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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