#07455B

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

Shades of Sherpa Blue #07455B

Tints of Sherpa Blue #07455B

Color information

#07455B (or 0x07455B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 45 and 5B. RGB value is (7,69,91). Sum of RGB (Red+Green+Blue) = 7+69+91=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #07455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07455B is #F8BAA4. Grayscale: #343434. Windows color (decimal): -16300709 or 5981447. OLE color: 5981447.

HSL color Cylindrical-coordinate representation of color #07455B: hue angle of 195.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07455B is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB76991-
CMYK0.920.2400.64
HSL195.71º85.71%19.22%-
HSV(B)195.71º92.31%35.69%-
XYZ4.15.0610.66-
YUV52.97149.4695.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=4.19%
G=41.32%
B=54.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal769910.920.2400.64195.7185.7119.22
Hex7455B5C18040c45613
Octal710513313430010030412623
Binary111100010110110111011100110000100000011000100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07455B; }

 p { color: rgb(7,69,91); }

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

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

 a { background-color: rgb(7,69,91); }

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

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

 span { border-color: rgb(7,69,91); }

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