Html Css Color HEX #074553 Sherpa Blue

📋 copy color: '#074553'

red 7 ◦ green 69 ◦ blue 83

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

Shades of Sherpa Blue #074553

Tints of Sherpa Blue #074553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

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

R = 4.4%
G = 43.4%
B = 52.2%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074553 (or 0x074553) is known color: Sherpa Blue. HEX triplet: 07, 45 and 53. RGB value is (7,69,83). Sum of RGB (Red+Green+Blue) = 7+69+83=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #074553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074553 is #F8BAAC. Grayscale: #333333. Windows color (decimal): -16300717 or 5457159. OLE color: 5457159.

HSL color Cylindrical-coordinate representation of color #074553: hue angle of 191.05º 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 #074553 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 69 83 -
CMYK 0.92 0.17 0 0.67
HSL 191.05º 0.84% 0.18% -
HSV(B) 191.05º 0.92% 0.33% -
XYZ 3.78 4.93 8.94 -
YUV 52.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 7 69 83 0.92 0.17 0 0.67 191.05 0.84 0.18
Hex 7 45 53 5C 11 0 43 BF 54 12
Octal 7 105 123 134 21 0 103 277 124 22
Binary 111 1000101 1010011 1011100 10001 0 1000011 10111111 1010100 10010

Color Harmonies of #074553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074553

Black with #074553

Text Example


Text Example

White with #074553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074553; }

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

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

background-color css

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

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

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

border-color css

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

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

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