Html Css Color HEX #074150 Sherpa Blue

📋 copy color: '#074150'

red 7 ◦ green 65 ◦ blue 80

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

Shades of Sherpa Blue #074150

Tints of Sherpa Blue #074150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.63%

R = 4.61%
G = 42.76%
B = 52.63%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#074150 (or 0x074150) is known color: Sherpa Blue. HEX triplet: 07, 41 and 50. RGB value is (7,65,80). Sum of RGB (Red+Green+Blue) = 7+65+80=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #074150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074150 is #F8BEAF. Grayscale: #313131. Windows color (decimal): -16301744 or 5259527. OLE color: 5259527.

HSL color Cylindrical-coordinate representation of color #074150: hue angle of 192.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074150 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 65 80 -
CMYK 0.91 0.19 0 0.69
HSL 192.33º 0.84% 0.17% -
HSV(B) 192.33º 0.91% 0.31% -
XYZ 3.43 4.4 8.26 -
YUV 49.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 7 65 80 0.91 0.19 0 0.69 192.33 0.84 0.17
Hex 7 41 50 5B 13 0 45 C0 54 11
Octal 7 101 120 133 23 0 105 300 124 21
Binary 111 1000001 1010000 1011011 10011 0 1000101 11000000 1010100 10001

Color Harmonies of #074150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074150

Black with #074150

Text Example


Text Example

White with #074150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074150; }

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

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

background-color css

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

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

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

border-color css

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

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

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