Html Css Color HEX #073348 Blue Whale

📋 copy color: '#073348'

red 7 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #073348

Tints of Blue Whale #073348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 55.38%

R = 5.38%
G = 39.23%
B = 55.38%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073348 (or 0x073348) is known color: Blue Whale. HEX triplet: 07, 33 and 48. RGB value is (7,51,72). Sum of RGB (Red+Green+Blue) = 7+51+72=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #073348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073348 is #F8CCB7. Grayscale: #282828. Windows color (decimal): -16305336 or 4731655. OLE color: 4731655.

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

Color convert

RGB 7 51 72 -
CMYK 0.90 0.29 0 0.72
HSL 199.38º 0.82% 0.15% -
HSV(B) 199.38º 0.9% 0.28% -
XYZ 2.44 2.88 6.56 -
YUV 40.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 7 51 72 0.90 0.29 0 0.72 199.38 0.82 0.15
Hex 7 33 48 5A 1D 0 48 C7 52 F
Octal 7 63 110 132 35 0 110 307 122 17
Binary 111 110011 1001000 1011010 11101 0 1001000 11000111 1010010 1111

Color Harmonies of #073348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073348

Black with #073348

Text Example


Text Example

White with #073348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073348; }

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

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

background-color css

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

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

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

border-color css

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

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

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