Html Css Color HEX #073047 Blue Whale

📋 copy color: '#073047'

red 7 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #073047

Tints of Blue Whale #073047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 56.35%

R = 5.56%
G = 38.1%
B = 56.35%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073047 (or 0x073047) is known color: Blue Whale. HEX triplet: 07, 30 and 47. RGB value is (7,48,71). Sum of RGB (Red+Green+Blue) = 7+48+71=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #073047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073047 is #F8CFB8. Grayscale: #262626. Windows color (decimal): -16306105 or 4665351. OLE color: 4665351.

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

Color convert

RGB 7 48 71 -
CMYK 0.90 0.32 0 0.72
HSL 201.56º 0.82% 0.15% -
HSV(B) 201.56º 0.9% 0.28% -
XYZ 2.28 2.61 6.35 -
YUV 38.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 7 48 71 0.90 0.32 0 0.72 201.56 0.82 0.15
Hex 7 30 47 5A 20 0 48 CA 52 F
Octal 7 60 107 132 40 0 110 312 122 17
Binary 111 110000 1000111 1011010 100000 0 1001000 11001010 1010010 1111

Color Harmonies of #073047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073047

Black with #073047

Text Example


Text Example

White with #073047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073047; }

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

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

background-color css

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

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

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

border-color css

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

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

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