Html Css Color HEX #073444 Blue Whale

📋 copy color: '#073444'

red 7 ◦ green 52 ◦ blue 68

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

Shades of Blue Whale #073444

Tints of Blue Whale #073444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 53.54%

R = 5.51%
G = 40.94%
B = 53.54%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#073444 (or 0x073444) is known color: Blue Whale. HEX triplet: 07, 34 and 44. RGB value is (7,52,68). Sum of RGB (Red+Green+Blue) = 7+52+68=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #073444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073444 is #F8CBBB. Grayscale: #282828. Windows color (decimal): -16305084 or 4469767. OLE color: 4469767.

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

Color convert

RGB 7 52 68 -
CMYK 0.90 0.24 0 0.73
HSL 195.74º 0.81% 0.15% -
HSV(B) 195.74º 0.9% 0.27% -
XYZ 2.36 2.92 5.91 -
YUV 40.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 7 52 68 0.90 0.24 0 0.73 195.74 0.81 0.15
Hex 7 34 44 5A 18 0 49 C4 51 F
Octal 7 64 104 132 30 0 111 304 121 17
Binary 111 110100 1000100 1011010 11000 0 1001001 11000100 1010001 1111

Color Harmonies of #073444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073444

Black with #073444

Text Example


Text Example

White with #073444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073444; }

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

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

background-color css

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

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

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

border-color css

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

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

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