Html Css Color HEX #002A47 Blue Whale

📋 copy color: '#002A47'

red 0 ◦ green 42 ◦ blue 71

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

Shades of Blue Whale #002A47

Tints of Blue Whale #002A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 37.17%

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

R = 0%
G = 37.17%
B = 62.83%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002A47 (or 0x002A47) is known color: Blue Whale. HEX triplet: 00, 2A and 47. RGB value is (0,42,71). Sum of RGB (Red+Green+Blue) = 0+42+71=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #002A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A47 is #FFD5B8. Grayscale: #202020. Windows color (decimal): -16766393 or 4663808. OLE color: 4663808.

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

Color convert

RGB 0 42 71 -
CMYK 1 0.41 0 0.72
HSL 204.51º 1% 0.14% -
HSV(B) 204.51º 1% 0.28% -
XYZ 1.97 2.11 6.27 -
YUV 32.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 0 42 71 1 0.41 0 0.72 204.51 1 0.14
Hex 0 2A 47 64 29 0 48 CD 64 E
Octal 0 52 107 144 51 0 110 315 144 16
Binary 0 101010 1000111 1100100 101001 0 1001000 11001101 1100100 1110

Color Harmonies of #002A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A47

Black with #002A47

Text Example


Text Example

White with #002A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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