Html Css Color HEX #073046 Blue Whale

📋 copy color: '#073046'

red 7 ◦ green 48 ◦ blue 70

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

Shades of Blue Whale #073046

Tints of Blue Whale #073046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56%

R = 5.6%
G = 38.4%
B = 56%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#073046 (or 0x073046) is known color: Blue Whale. HEX triplet: 07, 30 and 46. RGB value is (7,48,70). Sum of RGB (Red+Green+Blue) = 7+48+70=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #073046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073046 is #F8CFB9. Grayscale: #262626. Windows color (decimal): -16306106 or 4599815. OLE color: 4599815.

HSL color Cylindrical-coordinate representation of color #073046: hue angle of 200.95º degrees, saturation: 0.82, 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 #073046 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 48 70 -
CMYK 0.90 0.31 0 0.73
HSL 200.95º 0.82% 0.15% -
HSV(B) 200.95º 0.9% 0.27% -
XYZ 2.25 2.6 6.18 -
YUV 38.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 7 48 70 0.90 0.31 0 0.73 200.95 0.82 0.15
Hex 7 30 46 5A 1F 0 49 C9 52 F
Octal 7 60 106 132 37 0 111 311 122 17
Binary 111 110000 1000110 1011010 11111 0 1001001 11001001 1010010 1111

Color Harmonies of #073046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073046

Black with #073046

Text Example


Text Example

White with #073046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073046; }

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

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

background-color css

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

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

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

border-color css

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

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

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