Html Css Color HEX #073447 Blue Whale

📋 copy color: '#073447'

red 7 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #073447

Tints of Blue Whale #073447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40%

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

R = 5.38%
G = 40%
B = 54.62%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073447 (or 0x073447) is known color: Blue Whale. HEX triplet: 07, 34 and 47. RGB value is (7,52,71). Sum of RGB (Red+Green+Blue) = 7+52+71=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #073447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073447 is #F8CBB8. Grayscale: #282828. Windows color (decimal): -16305081 or 4666375. OLE color: 4666375.

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

Color convert

RGB 7 52 71 -
CMYK 0.90 0.27 0 0.72
HSL 197.81º 0.82% 0.15% -
HSV(B) 197.81º 0.9% 0.28% -
XYZ 2.45 2.96 6.4 -
YUV 40.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 7 52 71 0.90 0.27 0 0.72 197.81 0.82 0.15
Hex 7 34 47 5A 1B 0 48 C6 52 F
Octal 7 64 107 132 33 0 110 306 122 17
Binary 111 110100 1000111 1011010 11011 0 1001000 11000110 1010010 1111

Color Harmonies of #073447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073447

Black with #073447

Text Example


Text Example

White with #073447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073447; }

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

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

background-color css

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

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

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

border-color css

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

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

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