Html Css Color HEX #073048 Blue Whale

📋 copy color: '#073048'

red 7 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #073048

Tints of Blue Whale #073048

RGB

 RED value IS 7 (3.13% from 255) = 5.51%

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

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

R = 5.51%
G = 37.8%
B = 56.69%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073048 (or 0x073048) is known color: Blue Whale. HEX triplet: 07, 30 and 48. RGB value is (7,48,72). Sum of RGB (Red+Green+Blue) = 7+48+72=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #073048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073048 is #F8CFB7. Grayscale: #262626. Windows color (decimal): -16306104 or 4730887. OLE color: 4730887.

HSL color Cylindrical-coordinate representation of color #073048: hue angle of 202.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073048 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 48 72 -
CMYK 0.90 0.33 0 0.72
HSL 202.15º 0.82% 0.15% -
HSV(B) 202.15º 0.9% 0.28% -
XYZ 2.31 2.63 6.52 -
YUV 38.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 7 48 72 0.90 0.33 0 0.72 202.15 0.82 0.15
Hex 7 30 48 5A 21 0 48 CA 52 F
Octal 7 60 110 132 41 0 110 312 122 17
Binary 111 110000 1001000 1011010 100001 0 1001000 11001010 1010010 1111

Color Harmonies of #073048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073048

Black with #073048

Text Example


Text Example

White with #073048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073048; }

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

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

background-color css

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

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

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

border-color css

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

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

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