Html Css Color HEX #002E47 Blue Whale

📋 copy color: '#002E47'

red 0 ◦ green 46 ◦ blue 71

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

Shades of Blue Whale #002E47

Tints of Blue Whale #002E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 39.32%

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

R = 0%
G = 39.32%
B = 60.68%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002E47 (or 0x002E47) is known color: Blue Whale. HEX triplet: 00, 2E and 47. RGB value is (0,46,71). Sum of RGB (Red+Green+Blue) = 0+46+71=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #002E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002E47 is #FFD1B8. Grayscale: #222222. Windows color (decimal): -16765369 or 4664832. OLE color: 4664832.

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

Color convert

RGB 0 46 71 -
CMYK 1 0.35 0 0.72
HSL 201.13º 1% 0.14% -
HSV(B) 201.13º 1% 0.28% -
XYZ 2.11 2.41 6.31 -
YUV 35.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 0 46 71 1 0.35 0 0.72 201.13 1 0.14
Hex 0 2E 47 64 23 0 48 C9 64 E
Octal 0 56 107 144 43 0 110 311 144 16
Binary 0 101110 1000111 1100100 100011 0 1001000 11001001 1100100 1110

Color Harmonies of #002E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E47

Black with #002E47

Text Example


Text Example

White with #002E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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