#002B47

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

Shades of Blue Whale #002B47

Tints of Blue Whale #002B47

Color information

#002B47 (or 0x002B47) is unknown color: approx Blue Whale. HEX triplet: 00, 2B and 47. RGB value is (0,43,71). Sum of RGB (Red+Green+Blue) = 0+43+71=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #002B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B47 is #FFD4B8. Grayscale: #212121. Windows color (decimal): -16766137 or 4664064. OLE color: 4664064.

HSL color Cylindrical-coordinate representation of color #002B47: hue angle of 203.66º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B47 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB04371-
CMYK10.3900.72
HSL203.66º100%13.92%-
HSV(B)203.66º100%27.84%-
XYZ22.186.28-
YUV33.34149.25104.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 37.72%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=0%
G=37.72%
B=62.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0437110.3900.72203.6610013.92
Hex02B476427048cc64e
Octal05310714447011031414416
Binary010101110001111100100100111010010001100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002B47; }

 p { color: rgb(0,43,71); }

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

<style>
 a { background-color: #002B47; }

 a { background-color: rgb(0,43,71); }

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

<style>
 span { border-color: #002B47; }

 span { border-color: rgb(0,43,71); }

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