Html Css Color HEX #002D48 Blue Whale

📋 copy color: '#002D48'

red 0 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #002D48

Tints of Blue Whale #002D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 61.54%

R = 0%
G = 38.46%
B = 61.54%

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

#002D48 (or 0x002D48) is known color: Blue Whale. HEX triplet: 00, 2D and 48. RGB value is (0,45,72). Sum of RGB (Red+Green+Blue) = 0+45+72=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #002D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D48 is #FFD2B7. Grayscale: #222222. Windows color (decimal): -16765624 or 4730112. OLE color: 4730112.

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

Color convert

RGB 0 45 72 -
CMYK 1 0.38 0 0.72
HSL 202.5º 1% 0.14% -
HSV(B) 202.5º 1% 0.28% -
XYZ 2.11 2.34 6.47 -
YUV 34.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 0 45 72 1 0.38 0 0.72 202.5 1 0.14
Hex 0 2D 48 64 26 0 48 CA 64 E
Octal 0 55 110 144 46 0 110 312 144 16
Binary 0 101101 1001000 1100100 100110 0 1001000 11001010 1100100 1110

Color Harmonies of #002D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D48

Black with #002D48

Text Example


Text Example

White with #002D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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