Html Css Color HEX #073044 Blue Whale

📋 copy color: '#073044'

red 7 ◦ green 48 ◦ blue 68

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

Shades of Blue Whale #073044

Tints of Blue Whale #073044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 55.28%

R = 5.69%
G = 39.02%
B = 55.28%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#073044 (or 0x073044) is known color: Blue Whale. HEX triplet: 07, 30 and 44. RGB value is (7,48,68). Sum of RGB (Red+Green+Blue) = 7+48+68=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #073044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073044 is #F8CFBB. Grayscale: #252525. Windows color (decimal): -16306108 or 4468743. OLE color: 4468743.

HSL color Cylindrical-coordinate representation of color #073044: hue angle of 199.67º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073044 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 48 68 -
CMYK 0.90 0.29 0 0.73
HSL 199.67º 0.81% 0.15% -
HSV(B) 199.67º 0.9% 0.27% -
XYZ 2.19 2.58 5.85 -
YUV 38.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 7 48 68 0.90 0.29 0 0.73 199.67 0.81 0.15
Hex 7 30 44 5A 1D 0 49 C8 51 F
Octal 7 60 104 132 35 0 111 310 121 17
Binary 111 110000 1000100 1011010 11101 0 1001001 11001000 1010001 1111

Color Harmonies of #073044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073044

Black with #073044

Text Example


Text Example

White with #073044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073044; }

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

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

background-color css

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

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

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

border-color css

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

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

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