Html Css Color HEX #073148 Blue Whale

📋 copy color: '#073148'

red 7 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #073148

Tints of Blue Whale #073148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.28%

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

R = 5.47%
G = 38.28%
B = 56.25%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073148 (or 0x073148) is known color: Blue Whale. HEX triplet: 07, 31 and 48. RGB value is (7,49,72). Sum of RGB (Red+Green+Blue) = 7+49+72=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #073148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073148 is #F8CEB7. Grayscale: #262626. Windows color (decimal): -16305848 or 4731143. OLE color: 4731143.

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

Color convert

RGB 7 49 72 -
CMYK 0.90 0.32 0 0.72
HSL 201.23º 0.82% 0.15% -
HSV(B) 201.23º 0.9% 0.28% -
XYZ 2.36 2.71 6.53 -
YUV 39.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 7 49 72 0.90 0.32 0 0.72 201.23 0.82 0.15
Hex 7 31 48 5A 20 0 48 C9 52 F
Octal 7 61 110 132 40 0 110 311 122 17
Binary 111 110001 1001000 1011010 100000 0 1001000 11001001 1010010 1111

Color Harmonies of #073148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073148

Black with #073148

Text Example


Text Example

White with #073148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073148; }

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

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

background-color css

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

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

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

border-color css

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

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

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