Html Css Color HEX #002F49 Blue Whale

📋 copy color: '#002F49'

red 0 ◦ green 47 ◦ blue 73

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

Shades of Blue Whale #002F49

Tints of Blue Whale #002F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.17%

 BLUE value IS 73 (28.91% from 255) = 60.83%

R = 0%
G = 39.17%
B = 60.83%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002F49 (or 0x002F49) is known color: Blue Whale. HEX triplet: 00, 2F and 49. RGB value is (0,47,73). Sum of RGB (Red+Green+Blue) = 0+47+73=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #002F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F49 is #FFD0B6. Grayscale: #232323. Windows color (decimal): -16765111 or 4796160. OLE color: 4796160.

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

Color convert

RGB 0 47 73 -
CMYK 1 0.36 0 0.71
HSL 201.37º 1% 0.14% -
HSV(B) 201.37º 1% 0.29% -
XYZ 2.22 2.51 6.67 -
YUV 35.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 0 47 73 1 0.36 0 0.71 201.37 1 0.14
Hex 0 2F 49 64 24 0 47 C9 64 E
Octal 0 57 111 144 44 0 107 311 144 16
Binary 0 101111 1001001 1100100 100100 0 1000111 11001001 1100100 1110

Color Harmonies of #002F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F49

Black with #002F49

Text Example


Text Example

White with #002F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,47,73); }

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

background-color css

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

 a { background-color: rgb(0,47,73); }

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

border-color css

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

 span { border-color: rgb(0,47,73); }

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