#07414c

Color #07414C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #07414C

Tints of Sherpa Blue #07414C

Color information

#07414C (or 0x07414C) is unknown color: approx Sherpa Blue. HEX triplet: 07, 41 and 4C. RGB value is (7,65,76). Sum of RGB (Red+Green+Blue) = 7+65+76=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #07414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07414C is #F8BEB3. Grayscale: #303030. Windows color (decimal): -16301748 or 4997383. OLE color: 4997383.

HSL color Cylindrical-coordinate representation of color #07414C: hue angle of 189.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07414C is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB76576-
CMYK0.910.1400.70
HSL189.57º83.13%16.27%-
HSV(B)189.57º90.79%29.8%-
XYZ3.284.357.5-
YUV48.91143.2898.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=4.73%
G=43.92%
B=51.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal765760.910.1400.70189.5783.1316.27
Hex7414C5BE046be5310
Octal710111413316010627612320
Binary11110000011001100101101111100100011010111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07414c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07414c; }

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

 H1.HeaderClassName
 {
   color: #07414c;
 }
 .AnyTagClassName
 {
   color: #07414c;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07414c;
 }
 .BgClassName
 {
   background-color: #07414c;
 }
</style>
border-color css

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

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

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