Html Css Color HEX #0F4855 Sherpa Blue

📋 copy color: '#0F4855'

red 15 ◦ green 72 ◦ blue 85

#0F4855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #0F4855

Tints of Sherpa Blue #0F4855

RGB

 RED value IS 15 (6.25% from 255) = 8.72%

 GREEN value IS 72 (28.52% from 255) = 41.86%

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 8.72%
G = 41.86%
B = 49.42%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F4855 (or 0x0F4855) is known color: Sherpa Blue. HEX triplet: 0F, 48 and 55. RGB value is (15,72,85). Sum of RGB (Red+Green+Blue) = 15+72+85=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F4855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4855 is #F0B7AA. Grayscale: #383838. Windows color (decimal): -15775659 or 5589007. OLE color: 5589007.

HSL color Cylindrical-coordinate representation of color #0F4855: hue angle of 191.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4855 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 72 85 -
CMYK 0.82 0.15 0 0.67
HSL 191.14º 0.7% 0.2% -
HSV(B) 191.14º 0.82% 0.33% -
XYZ 4.15 5.39 9.42 -
YUV 56.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 15 72 85 0.82 0.15 0 0.67 191.14 0.7 0.2
Hex F 48 55 52 F 0 43 BF 46 14
Octal 17 110 125 122 17 0 103 277 106 24
Binary 1111 1001000 1010101 1010010 1111 0 1000011 10111111 1000110 10100

Color Harmonies of #0F4855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4855

Black with #0F4855

Text Example


Text Example

White with #0F4855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,85); }

 H1.HeaderClassName
 {
   color: #0F4855;
 }
 .AnyTagClassName
 {
   color: #0F4855;
 }
</style>

background-color css

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

 a { background-color: rgb(15,72,85); }

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

border-color css

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

 span { border-color: rgb(15,72,85); }

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