#062B4A

Color #062B4A Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #062B4A

Tints of Blue Whale #062B4A

Color information

#062B4A (or 0x062B4A) is unknown color: approx Blue Whale. HEX triplet: 06, 2B and 4A. RGB value is (6,43,74). Sum of RGB (Red+Green+Blue) = 6+43+74=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #062B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B4A is #F9D4B5. Grayscale: #232323. Windows color (decimal): -16372918 or 4860678. OLE color: 4860678.

HSL color Cylindrical-coordinate representation of color #062B4A: hue angle of 207.35º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062B4A is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB64374-
CMYK0.920.4200.71
HSL207.35º85%15.69%-
HSV(B)207.35º91.89%29.02%-
XYZ2.182.266.8-
YUV35.47149.74106.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 74 (29.30% from 255) = 60.16%
R=4.88%
G=34.96%
B=60.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal643740.920.4200.71207.358515.69
Hex62B4A5C2A047cf5510
Octal65311213452010731712520
Binary110101011100101010111001010100100011111001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,74); }

 H1.HeaderClassName
 {
   color: #062B4A;
 }
 .AnyTagClassName
 {
   color: #062B4A;
 }
</style>
background-color css

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

 a { background-color: rgb(6,43,74); }

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

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

 span { border-color: rgb(6,43,74); }

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