Html Css Color HEX #003048 Blue Whale

📋 copy color: '#003048'

red 0 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #003048

Tints of Blue Whale #003048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003048 (or 0x003048) is known color: Blue Whale. HEX triplet: 00, 30 and 48. RGB value is (0,48,72). Sum of RGB (Red+Green+Blue) = 0+48+72=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #003048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003048 is #FFCFB7. Grayscale: #242424. Windows color (decimal): -16764856 or 4730880. OLE color: 4730880.

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

Color convert

RGB 0 48 72 -
CMYK 1 0.33 0 0.72
HSL 200º 1% 0.14% -
HSV(B) 200º 1% 0.28% -
XYZ 2.23 2.58 6.51 -
YUV 36.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 0 48 72 1 0.33 0 0.72 200 1 0.14
Hex 0 30 48 64 21 0 48 C8 64 E
Octal 0 60 110 144 41 0 110 310 144 16
Binary 0 110000 1001000 1100100 100001 0 1001000 11001000 1100100 1110

Color Harmonies of #003048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003048

Black with #003048

Text Example


Text Example

White with #003048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003048; }

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

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

background-color css

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

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

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

border-color css

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

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

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