#07424B

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

Shades of Sherpa Blue #07424B

Tints of Sherpa Blue #07424B

Color information

#07424B (or 0x07424B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 42 and 4B. RGB value is (7,66,75). Sum of RGB (Red+Green+Blue) = 7+66+75=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #07424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07424B is #F8BDB4. Grayscale: #313131. Windows color (decimal): -16301493 or 4932103. OLE color: 4932103.

HSL color Cylindrical-coordinate representation of color #07424B: hue angle of 187.94º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07424B is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB76675-
CMYK0.910.1200.71
HSL187.94º82.93%16.08%-
HSV(B)187.94º90.67%29.41%-
XYZ3.314.457.34-
YUV49.38142.4597.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=4.73%
G=44.59%
B=50.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal766750.910.1200.71187.9482.9316.08
Hex7424B5BC047bc5310
Octal710211313314010727412320
Binary11110000101001011101101111000100011110111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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