Html Css Color HEX #0F4F54 Sherpa Blue

📋 copy color: '#0F4F54'

red 15 ◦ green 79 ◦ blue 84

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

Shades of Sherpa Blue #0F4F54

Tints of Sherpa Blue #0F4F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.38%

 BLUE value IS 84 (33.2% from 255) = 47.19%

R = 8.43%
G = 44.38%
B = 47.19%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F4F54 (or 0x0F4F54) is known color: Sherpa Blue. HEX triplet: 0F, 4F and 54. RGB value is (15,79,84). Sum of RGB (Red+Green+Blue) = 15+79+84=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F4F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4F54 is #F0B0AB. Grayscale: #3C3C3C. Windows color (decimal): -15773868 or 5525263. OLE color: 5525263.

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

Color convert

RGB 15 79 84 -
CMYK 0.82 0.06 0 0.67
HSL 184.35º 0.7% 0.19% -
HSV(B) 184.35º 0.82% 0.33% -
XYZ 4.59 6.33 9.37 -
YUV 60.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 15 79 84 0.82 0.06 0 0.67 184.35 0.7 0.19
Hex F 4F 54 52 6 0 43 B8 46 13
Octal 17 117 124 122 6 0 103 270 106 23
Binary 1111 1001111 1010100 1010010 110 0 1000011 10111000 1000110 10011

Color Harmonies of #0F4F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4F54

Black with #0F4F54

Text Example


Text Example

White with #0F4F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,84); }

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

background-color css

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

 a { background-color: rgb(15,79,84); }

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

border-color css

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

 span { border-color: rgb(15,79,84); }

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