Html Css Color HEX #0F535B Sherpa Blue

📋 copy color: '#0F535B'

red 15 ◦ green 83 ◦ blue 91

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

Shades of Sherpa Blue #0F535B

Tints of Sherpa Blue #0F535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 7.94%
G = 43.92%
B = 48.15%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F535B (or 0x0F535B) is known color: Sherpa Blue. HEX triplet: 0F, 53 and 5B. RGB value is (15,83,91). Sum of RGB (Red+Green+Blue) = 15+83+91=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F535B is #F0ACA4. Grayscale: #3F3F3F. Windows color (decimal): -15772837 or 5985039. OLE color: 5985039.

HSL color Cylindrical-coordinate representation of color #0F535B: hue angle of 186.32º 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 #0F535B is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 83 91 -
CMYK 0.84 0.09 0 0.64
HSL 186.32º 0.72% 0.21% -
HSV(B) 186.32º 0.84% 0.36% -
XYZ 5.18 7.04 10.98 -
YUV 63.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 15 83 91 0.84 0.09 0 0.64 186.32 0.72 0.21
Hex F 53 5B 54 9 0 40 BA 48 15
Octal 17 123 133 124 11 0 100 272 110 25
Binary 1111 1010011 1011011 1010100 1001 0 1000000 10111010 1001000 10101

Color Harmonies of #0F535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F535B

Black with #0F535B

Text Example


Text Example

White with #0F535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,83,91); }

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

background-color css

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

 a { background-color: rgb(15,83,91); }

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

border-color css

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

 span { border-color: rgb(15,83,91); }

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