Html Css Color HEX #074156 Sherpa Blue

📋 copy color: '#074156'

red 7 ◦ green 65 ◦ blue 86

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

Shades of Sherpa Blue #074156

Tints of Sherpa Blue #074156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.14%

 BLUE value IS 86 (33.98% from 255) = 54.43%

R = 4.43%
G = 41.14%
B = 54.43%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074156 (or 0x074156) is known color: Sherpa Blue. HEX triplet: 07, 41 and 56. RGB value is (7,65,86). Sum of RGB (Red+Green+Blue) = 7+65+86=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #074156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074156 is #F8BEA9. Grayscale: #313131. Windows color (decimal): -16301738 or 5652743. OLE color: 5652743.

HSL color Cylindrical-coordinate representation of color #074156: hue angle of 195.95º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074156 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 65 86 -
CMYK 0.92 0.24 0 0.66
HSL 195.95º 0.85% 0.18% -
HSV(B) 195.95º 0.92% 0.34% -
XYZ 3.66 4.5 9.48 -
YUV 50.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 7 65 86 0.92 0.24 0 0.66 195.95 0.85 0.18
Hex 7 41 56 5C 18 0 42 C4 55 12
Octal 7 101 126 134 30 0 102 304 125 22
Binary 111 1000001 1010110 1011100 11000 0 1000010 11000100 1010101 10010

Color Harmonies of #074156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074156

Black with #074156

Text Example


Text Example

White with #074156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074156; }

 p { color: rgb(7,65,86); }

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

background-color css

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

 a { background-color: rgb(7,65,86); }

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

border-color css

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

 span { border-color: rgb(7,65,86); }

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