Html Css Color HEX #002947 Blue Whale

📋 copy color: '#002947'

red 0 ◦ green 41 ◦ blue 71

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

Shades of Blue Whale #002947

Tints of Blue Whale #002947

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 41 (16.41% from 255) = 36.61%

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

R = 0%
G = 36.61%
B = 63.39%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002947 (or 0x002947) is known color: Blue Whale. HEX triplet: 00, 29 and 47. RGB value is (0,41,71). Sum of RGB (Red+Green+Blue) = 0+41+71=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #002947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002947 is #FFD6B8. Grayscale: #1F1F1F. Windows color (decimal): -16766649 or 4663552. OLE color: 4663552.

HSL color Cylindrical-coordinate representation of color #002947: hue angle of 205.35º 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 #002947 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 41 71 -
CMYK 1 0.42 0 0.72
HSL 205.35º 1% 0.14% -
HSV(B) 205.35º 1% 0.28% -
XYZ 1.93 2.04 6.25 -
YUV 32.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 0 41 71 1 0.42 0 0.72 205.35 1 0.14
Hex 0 29 47 64 2A 0 48 CD 64 E
Octal 0 51 107 144 52 0 110 315 144 16
Binary 0 101001 1000111 1100100 101010 0 1001000 11001101 1100100 1110

Color Harmonies of #002947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002947

Black with #002947

Text Example


Text Example

White with #002947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002947; }

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

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

background-color css

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

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

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

border-color css

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

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

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