Html Css Color HEX #073349 Blue Whale

📋 copy color: '#073349'

red 7 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #073349

Tints of Blue Whale #073349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 5.34%
G = 38.93%
B = 55.73%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#073349 (or 0x073349) is known color: Blue Whale. HEX triplet: 07, 33 and 49. RGB value is (7,51,73). Sum of RGB (Red+Green+Blue) = 7+51+73=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #073349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073349 is #F8CCB6. Grayscale: #282828. Windows color (decimal): -16305335 or 4797191. OLE color: 4797191.

HSL color Cylindrical-coordinate representation of color #073349: hue angle of 200º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073349 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 51 73 -
CMYK 0.90 0.30 0 0.71
HSL 200º 0.83% 0.16% -
HSV(B) 200º 0.9% 0.29% -
XYZ 2.47 2.89 6.73 -
YUV 40.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 7 51 73 0.90 0.30 0 0.71 200 0.83 0.16
Hex 7 33 49 5A 1E 0 47 C8 52 10
Octal 7 63 111 132 36 0 107 310 122 20
Binary 111 110011 1001001 1011010 11110 0 1000111 11001000 1010010 10000

Color Harmonies of #073349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073349

Black with #073349

Text Example


Text Example

White with #073349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073349; }

 p { color: rgb(7,51,73); }

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

background-color css

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

 a { background-color: rgb(7,51,73); }

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

border-color css

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

 span { border-color: rgb(7,51,73); }

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