Html Css Color HEX #073648 Blue Whale

📋 copy color: '#073648'

red 7 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #073648

Tints of Blue Whale #073648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

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

R = 5.26%
G = 40.6%
B = 54.14%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073648 (or 0x073648) is known color: Blue Whale. HEX triplet: 07, 36 and 48. RGB value is (7,54,72). Sum of RGB (Red+Green+Blue) = 7+54+72=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #073648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073648 is #F8C9B7. Grayscale: #292929. Windows color (decimal): -16304568 or 4732423. OLE color: 4732423.

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

Color convert

RGB 7 54 72 -
CMYK 0.90 0.25 0 0.72
HSL 196.62º 0.82% 0.15% -
HSV(B) 196.62º 0.9% 0.28% -
XYZ 2.58 3.15 6.6 -
YUV 42 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 7 54 72 0.90 0.25 0 0.72 196.62 0.82 0.15
Hex 7 36 48 5A 19 0 48 C5 52 F
Octal 7 66 110 132 31 0 110 305 122 17
Binary 111 110110 1001000 1011010 11001 0 1001000 11000101 1010010 1111

Color Harmonies of #073648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073648

Black with #073648

Text Example


Text Example

White with #073648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073648; }

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

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

background-color css

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

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

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

border-color css

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

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

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