Html Css Color HEX #073346 Blue Whale

📋 copy color: '#073346'

red 7 ◦ green 51 ◦ blue 70

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

Shades of Blue Whale #073346

Tints of Blue Whale #073346

RGB

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

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

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

R = 5.47%
G = 39.84%
B = 54.69%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#073346 (or 0x073346) is known color: Blue Whale. HEX triplet: 07, 33 and 46. RGB value is (7,51,70). Sum of RGB (Red+Green+Blue) = 7+51+70=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #073346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073346 is #F8CCB9. Grayscale: #272727. Windows color (decimal): -16305338 or 4600583. OLE color: 4600583.

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

Color convert

RGB 7 51 70 -
CMYK 0.90 0.27 0 0.73
HSL 198.1º 0.82% 0.15% -
HSV(B) 198.1º 0.9% 0.27% -
XYZ 2.38 2.86 6.22 -
YUV 40.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 7 51 70 0.90 0.27 0 0.73 198.1 0.82 0.15
Hex 7 33 46 5A 1B 0 49 C6 52 F
Octal 7 63 106 132 33 0 111 306 122 17
Binary 111 110011 1000110 1011010 11011 0 1001001 11000110 1010010 1111

Color Harmonies of #073346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073346

Black with #073346

Text Example


Text Example

White with #073346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073346; }

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

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

background-color css

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

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

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

border-color css

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

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

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