Html Css Color HEX #002D47 Blue Whale

📋 copy color: '#002D47'

red 0 ◦ green 45 ◦ blue 71

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

Shades of Blue Whale #002D47

Tints of Blue Whale #002D47

RGB

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

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

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

R = 0%
G = 38.79%
B = 61.21%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002D47 (or 0x002D47) is known color: Blue Whale. HEX triplet: 00, 2D and 47. RGB value is (0,45,71). Sum of RGB (Red+Green+Blue) = 0+45+71=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #002D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D47 is #FFD2B8. Grayscale: #222222. Windows color (decimal): -16765625 or 4664576. OLE color: 4664576.

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

Color convert

RGB 0 45 71 -
CMYK 1 0.37 0 0.72
HSL 201.97º 1% 0.14% -
HSV(B) 201.97º 1% 0.28% -
XYZ 2.08 2.33 6.3 -
YUV 34.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 0 45 71 1 0.37 0 0.72 201.97 1 0.14
Hex 0 2D 47 64 25 0 48 CA 64 E
Octal 0 55 107 144 45 0 110 312 144 16
Binary 0 101101 1000111 1100100 100101 0 1001000 11001010 1100100 1110

Color Harmonies of #002D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D47

Black with #002D47

Text Example


Text Example

White with #002D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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