Html Css Color HEX #074053 Sherpa Blue

📋 copy color: '#074053'

red 7 ◦ green 64 ◦ blue 83

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

Shades of Sherpa Blue #074053

Tints of Sherpa Blue #074053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

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

R = 4.55%
G = 41.56%
B = 53.9%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074053 (or 0x074053) is known color: Sherpa Blue. HEX triplet: 07, 40 and 53. RGB value is (7,64,83). Sum of RGB (Red+Green+Blue) = 7+64+83=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #074053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074053 is #F8BFAC. Grayscale: #303030. Windows color (decimal): -16301997 or 5455879. OLE color: 5455879.

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

Color convert

RGB 7 64 83 -
CMYK 0.92 0.23 0 0.67
HSL 195º 0.84% 0.18% -
HSV(B) 195º 0.92% 0.33% -
XYZ 3.48 4.34 8.84 -
YUV 49.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 7 64 83 0.92 0.23 0 0.67 195 0.84 0.18
Hex 7 40 53 5C 17 0 43 C3 54 12
Octal 7 100 123 134 27 0 103 303 124 22
Binary 111 1000000 1010011 1011100 10111 0 1000011 11000011 1010100 10010

Color Harmonies of #074053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074053

Black with #074053

Text Example


Text Example

White with #074053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074053; }

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

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

background-color css

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

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

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

border-color css

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

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

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