#0F4E5C

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

Shades of Sherpa Blue #0F4E5C

Tints of Sherpa Blue #0F4E5C

Color information

#0F4E5C (or 0x0F4E5C) is unknown color: approx Sherpa Blue. HEX triplet: 0F, 4E and 5C. RGB value is (15,78,92). Sum of RGB (Red+Green+Blue) = 15+78+92=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F4E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E5C is #F0B1A3. Grayscale: #3C3C3C. Windows color (decimal): -15774116 or 6049295. OLE color: 6049295.

HSL color Cylindrical-coordinate representation of color #0F4E5C: hue angle of 190.91º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F4E5C is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB157892-
CMYK0.840.1500.64
HSL190.91º71.96%20.98%-
HSV(B)190.91º83.7%36.08%-
XYZ4.856.3211.09-
YUV60.76145.6395.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.11%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=8.11%
G=42.16%
B=49.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1578920.840.1500.64190.9171.9620.98
HexF4E5C54F040bf4815
Octal1711613412417010027711025
Binary111110011101011100101010011110100000010111111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F4E5C; }

 p { color: rgb(15,78,92); }

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

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

 a { background-color: rgb(15,78,92); }

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

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

 span { border-color: rgb(15,78,92); }

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