#07415A

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

Shades of Sherpa Blue #07415A

Tints of Sherpa Blue #07415A

Color information

#07415A (or 0x07415A) is unknown color: approx Sherpa Blue. HEX triplet: 07, 41 and 5A. RGB value is (7,65,90). Sum of RGB (Red+Green+Blue) = 7+65+90=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #07415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07415A is #F8BEA5. Grayscale: #323232. Windows color (decimal): -16301734 or 5914887. OLE color: 5914887.

HSL color Cylindrical-coordinate representation of color #07415A: hue angle of 198.07º degrees, saturation: 0.86, 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 #07415A is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB76590-
CMYK0.920.2800.65
HSL198.07º85.57%19.02%-
HSV(B)198.07º92.22%35.29%-
XYZ3.824.5610.35-
YUV50.51150.2896.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=4.32%
G=40.12%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal765900.920.2800.65198.0785.5719.02
Hex7415A5C1C041c65613
Octal710113213434010130612623
Binary111100000110110101011100111000100000111000110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07415A; }

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

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

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

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

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

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

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

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