Html Css Color HEX #0F4A54 Sherpa Blue

📋 copy color: '#0F4A54'

red 15 ◦ green 74 ◦ blue 84

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

Shades of Sherpa Blue #0F4A54

Tints of Sherpa Blue #0F4A54

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.77%

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

R = 8.67%
G = 42.77%
B = 48.55%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F4A54 (or 0x0F4A54) is known color: Sherpa Blue. HEX triplet: 0F, 4A and 54. RGB value is (15,74,84). Sum of RGB (Red+Green+Blue) = 15+74+84=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F4A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4A54 is #F0B5AB. Grayscale: #393939. Windows color (decimal): -15775148 or 5523983. OLE color: 5523983.

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

Color convert

RGB 15 74 84 -
CMYK 0.82 0.12 0 0.67
HSL 188.7º 0.7% 0.19% -
HSV(B) 188.7º 0.82% 0.33% -
XYZ 4.25 5.64 9.25 -
YUV 57.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 15 74 84 0.82 0.12 0 0.67 188.7 0.7 0.19
Hex F 4A 54 52 C 0 43 BD 46 13
Octal 17 112 124 122 14 0 103 275 106 23
Binary 1111 1001010 1010100 1010010 1100 0 1000011 10111101 1000110 10011

Color Harmonies of #0F4A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4A54

Black with #0F4A54

Text Example


Text Example

White with #0F4A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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