Html Css Color HEX #073147 Blue Whale

📋 copy color: '#073147'

red 7 ◦ green 49 ◦ blue 71

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

Shades of Blue Whale #073147

Tints of Blue Whale #073147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.58%

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

R = 5.51%
G = 38.58%
B = 55.91%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073147 (or 0x073147) is known color: Blue Whale. HEX triplet: 07, 31 and 47. RGB value is (7,49,71). Sum of RGB (Red+Green+Blue) = 7+49+71=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #073147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073147 is #F8CEB8. Grayscale: #262626. Windows color (decimal): -16305849 or 4665607. OLE color: 4665607.

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

Color convert

RGB 7 49 71 -
CMYK 0.90 0.31 0 0.72
HSL 200.63º 0.82% 0.15% -
HSV(B) 200.63º 0.9% 0.28% -
XYZ 2.32 2.7 6.36 -
YUV 38.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 7 49 71 0.90 0.31 0 0.72 200.63 0.82 0.15
Hex 7 31 47 5A 1F 0 48 C9 52 F
Octal 7 61 107 132 37 0 110 311 122 17
Binary 111 110001 1000111 1011010 11111 0 1001000 11001001 1010010 1111

Color Harmonies of #073147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073147

Black with #073147

Text Example


Text Example

White with #073147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073147; }

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

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

background-color css

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

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

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

border-color css

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

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

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