Html Css Color HEX #073948 Sherpa Blue

📋 copy color: '#073948'

red 7 ◦ green 57 ◦ blue 72

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

Shades of Sherpa Blue #073948

Tints of Sherpa Blue #073948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.91%

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

R = 5.15%
G = 41.91%
B = 52.94%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073948 (or 0x073948) is known color: Sherpa Blue. HEX triplet: 07, 39 and 48. RGB value is (7,57,72). Sum of RGB (Red+Green+Blue) = 7+57+72=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #073948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073948 is #F8C6B7. Grayscale: #2B2B2B. Windows color (decimal): -16303800 or 4733191. OLE color: 4733191.

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

Color convert

RGB 7 57 72 -
CMYK 0.90 0.21 0 0.72
HSL 193.85º 0.82% 0.15% -
HSV(B) 193.85º 0.9% 0.28% -
XYZ 2.72 3.44 6.65 -
YUV 43.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 7 57 72 0.90 0.21 0 0.72 193.85 0.82 0.15
Hex 7 39 48 5A 15 0 48 C2 52 F
Octal 7 71 110 132 25 0 110 302 122 17
Binary 111 111001 1001000 1011010 10101 0 1001000 11000010 1010010 1111

Color Harmonies of #073948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073948

Black with #073948

Text Example


Text Example

White with #073948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073948; }

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

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

background-color css

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

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

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

border-color css

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

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

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