Html Css Color HEX #062D48 Blue Whale

📋 copy color: '#062D48'

red 6 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #062D48

Tints of Blue Whale #062D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36.59%

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

R = 4.88%
G = 36.59%
B = 58.54%

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

#062D48 (or 0x062D48) is known color: Blue Whale. HEX triplet: 06, 2D and 48. RGB value is (6,45,72). Sum of RGB (Red+Green+Blue) = 6+45+72=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #062D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D48 is #F9D2B7. Grayscale: #242424. Windows color (decimal): -16372408 or 4730118. OLE color: 4730118.

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

Color convert

RGB 6 45 72 -
CMYK 0.92 0.38 0 0.72
HSL 204.55º 0.85% 0.15% -
HSV(B) 204.55º 0.92% 0.28% -
XYZ 2.18 2.38 6.48 -
YUV 36.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 6 45 72 0.92 0.38 0 0.72 204.55 0.85 0.15
Hex 6 2D 48 5C 26 0 48 CD 55 F
Octal 6 55 110 134 46 0 110 315 125 17
Binary 110 101101 1001000 1011100 100110 0 1001000 11001101 1010101 1111

Color Harmonies of #062D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D48

Black with #062D48

Text Example


Text Example

White with #062D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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