Html Css Color HEX #074158 Sherpa Blue

📋 copy color: '#074158'

red 7 ◦ green 65 ◦ blue 88

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

Shades of Sherpa Blue #074158

Tints of Sherpa Blue #074158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 55%

R = 4.38%
G = 40.63%
B = 55%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#074158 (or 0x074158) is known color: Sherpa Blue. HEX triplet: 07, 41 and 58. RGB value is (7,65,88). Sum of RGB (Red+Green+Blue) = 7+65+88=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #074158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074158 is #F8BEA7. Grayscale: #323232. Windows color (decimal): -16301736 or 5783815. OLE color: 5783815.

HSL color Cylindrical-coordinate representation of color #074158: hue angle of 197.04º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074158 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 65 88 -
CMYK 0.92 0.26 0 0.65
HSL 197.04º 0.85% 0.19% -
HSV(B) 197.04º 0.92% 0.35% -
XYZ 3.74 4.53 9.91 -
YUV 50.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 7 65 88 0.92 0.26 0 0.65 197.04 0.85 0.19
Hex 7 41 58 5C 1A 0 41 C5 55 13
Octal 7 101 130 134 32 0 101 305 125 23
Binary 111 1000001 1011000 1011100 11010 0 1000001 11000101 1010101 10011

Color Harmonies of #074158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074158

Black with #074158

Text Example


Text Example

White with #074158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074158; }

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

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

background-color css

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

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

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

border-color css

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

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

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