Html Css Color HEX #062F47 Blue Whale

📋 copy color: '#062F47'

red 6 ◦ green 47 ◦ blue 71

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

Shades of Blue Whale #062F47

Tints of Blue Whale #062F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.9%

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

R = 4.84%
G = 37.9%
B = 57.26%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062F47 (or 0x062F47) is known color: Blue Whale. HEX triplet: 06, 2F and 47. RGB value is (6,47,71). Sum of RGB (Red+Green+Blue) = 6+47+71=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #062F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F47 is #F9D0B8. Grayscale: #252525. Windows color (decimal): -16371897 or 4665094. OLE color: 4665094.

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

Color convert

RGB 6 47 71 -
CMYK 0.92 0.34 0 0.72
HSL 202.15º 0.84% 0.15% -
HSV(B) 202.15º 0.92% 0.28% -
XYZ 2.23 2.53 6.33 -
YUV 37.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 6 47 71 0.92 0.34 0 0.72 202.15 0.84 0.15
Hex 6 2F 47 5C 22 0 48 CA 54 F
Octal 6 57 107 134 42 0 110 312 124 17
Binary 110 101111 1000111 1011100 100010 0 1001000 11001010 1010100 1111

Color Harmonies of #062F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F47

Black with #062F47

Text Example


Text Example

White with #062F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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