#074255

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

Shades of Sherpa Blue #074255

Tints of Sherpa Blue #074255

Color information

#074255 (or 0x074255) is unknown color: approx Sherpa Blue. HEX triplet: 07, 42 and 55. RGB value is (7,66,85). Sum of RGB (Red+Green+Blue) = 7+66+85=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #074255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074255 is #F8BDAA. Grayscale: #323232. Windows color (decimal): -16301483 or 5587463. OLE color: 5587463.

HSL color Cylindrical-coordinate representation of color #074255: hue angle of 194.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074255 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB76685-
CMYK0.920.2200.67
HSL194.62º84.78%18.04%-
HSV(B)194.62º91.76%33.33%-
XYZ3.684.69.29-
YUV50.52147.4596.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=4.43%
G=41.77%
B=53.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal766850.920.2200.67194.6284.7818.04
Hex742555C16043c35512
Octal710212513426010330312522
Binary111100001010101011011100101100100001111000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074255; }

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

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

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

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

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

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

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

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