Html Css Color HEX #073C53 Sherpa Blue

📋 copy color: '#073C53'

red 7 ◦ green 60 ◦ blue 83

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

Shades of Sherpa Blue #073C53

Tints of Sherpa Blue #073C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40%

 BLUE value IS 83 (32.81% from 255) = 55.33%

R = 4.67%
G = 40%
B = 55.33%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#073C53 (or 0x073C53) is known color: Sherpa Blue. HEX triplet: 07, 3C and 53. RGB value is (7,60,83). Sum of RGB (Red+Green+Blue) = 7+60+83=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #073C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C53 is #F8C3AC. Grayscale: #2E2E2E. Windows color (decimal): -16303021 or 5454855. OLE color: 5454855.

HSL color Cylindrical-coordinate representation of color #073C53: hue angle of 198.16º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073C53 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 60 83 -
CMYK 0.92 0.28 0 0.67
HSL 198.16º 0.84% 0.18% -
HSV(B) 198.16º 0.92% 0.33% -
XYZ 3.26 3.9 8.76 -
YUV 46.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 7 60 83 0.92 0.28 0 0.67 198.16 0.84 0.18
Hex 7 3C 53 5C 1C 0 43 C6 54 12
Octal 7 74 123 134 34 0 103 306 124 22
Binary 111 111100 1010011 1011100 11100 0 1000011 11000110 1010100 10010

Color Harmonies of #073C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C53

Black with #073C53

Text Example


Text Example

White with #073C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073C53; }

 p { color: rgb(7,60,83); }

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

background-color css

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

 a { background-color: rgb(7,60,83); }

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

border-color css

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

 span { border-color: rgb(7,60,83); }

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