#07425A

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

Shades of Sherpa Blue #07425A

Tints of Sherpa Blue #07425A

Color information

#07425A (or 0x07425A) is unknown color: approx Sherpa Blue. HEX triplet: 07, 42 and 5A. RGB value is (7,66,90). Sum of RGB (Red+Green+Blue) = 7+66+90=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #07425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07425A is #F8BDA5. Grayscale: #323232. Windows color (decimal): -16301478 or 5915143. OLE color: 5915143.

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

Color convert

RGB76690-
CMYK0.920.2700.65
HSL197.35º85.57%19.02%-
HSV(B)197.35º92.22%35.29%-
XYZ3.884.6810.37-
YUV51.09149.9596.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=4.29%
G=40.49%
B=55.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal766900.920.2700.65197.3585.5719.02
Hex7425A5C1B041c55613
Octal710213213433010130512623
Binary111100001010110101011100110110100000111000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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