Html Css Color HEX #0F5255 Sherpa Blue

📋 copy color: '#0F5255'

red 15 ◦ green 82 ◦ blue 85

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

Shades of Sherpa Blue #0F5255

Tints of Sherpa Blue #0F5255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

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

R = 8.24%
G = 45.05%
B = 46.7%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F5255 (or 0x0F5255) is known color: Sherpa Blue. HEX triplet: 0F, 52 and 55. RGB value is (15,82,85). Sum of RGB (Red+Green+Blue) = 15+82+85=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F5255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5255 is #F0ADAA. Grayscale: #3E3E3E. Windows color (decimal): -15773099 or 5591567. OLE color: 5591567.

HSL color Cylindrical-coordinate representation of color #0F5255: hue angle of 182.57º 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 #0F5255 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 82 85 -
CMYK 0.82 0.04 0 0.67
HSL 182.57º 0.7% 0.2% -
HSV(B) 182.57º 0.82% 0.33% -
XYZ 4.85 6.79 9.65 -
YUV 62.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 15 82 85 0.82 0.04 0 0.67 182.57 0.7 0.2
Hex F 52 55 52 4 0 43 B7 46 14
Octal 17 122 125 122 4 0 103 267 106 24
Binary 1111 1010010 1010101 1010010 100 0 1000011 10110111 1000110 10100

Color Harmonies of #0F5255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5255

Black with #0F5255

Text Example


Text Example

White with #0F5255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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