Html Css Color HEX #002C47 Blue Whale

📋 copy color: '#002C47'

red 0 ◦ green 44 ◦ blue 71

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

Shades of Blue Whale #002C47

Tints of Blue Whale #002C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.26%

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

R = 0%
G = 38.26%
B = 61.74%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002C47 (or 0x002C47) is known color: Blue Whale. HEX triplet: 00, 2C and 47. RGB value is (0,44,71). Sum of RGB (Red+Green+Blue) = 0+44+71=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #002C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C47 is #FFD3B8. Grayscale: #212121. Windows color (decimal): -16765881 or 4664320. OLE color: 4664320.

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

Color convert

RGB 0 44 71 -
CMYK 1 0.38 0 0.72
HSL 202.82º 1% 0.14% -
HSV(B) 202.82º 1% 0.28% -
XYZ 2.04 2.26 6.29 -
YUV 33.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 0 44 71 1 0.38 0 0.72 202.82 1 0.14
Hex 0 2C 47 64 26 0 48 CB 64 E
Octal 0 54 107 144 46 0 110 313 144 16
Binary 0 101100 1000111 1100100 100110 0 1001000 11001011 1100100 1110

Color Harmonies of #002C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C47

Black with #002C47

Text Example


Text Example

White with #002C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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