Html Css Color HEX #0F4753 Sherpa Blue

📋 copy color: '#0F4753'

red 15 ◦ green 71 ◦ blue 83

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

Shades of Sherpa Blue #0F4753

Tints of Sherpa Blue #0F4753

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.01%

 BLUE value IS 83 (32.81% from 255) = 49.11%

R = 8.88%
G = 42.01%
B = 49.11%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F4753 (or 0x0F4753) is known color: Sherpa Blue. HEX triplet: 0F, 47 and 53. RGB value is (15,71,83). Sum of RGB (Red+Green+Blue) = 15+71+83=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F4753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4753 is #F0B8AC. Grayscale: #373737. Windows color (decimal): -15775917 or 5457679. OLE color: 5457679.

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

Color convert

RGB 15 71 83 -
CMYK 0.82 0.14 0 0.67
HSL 190.59º 0.69% 0.19% -
HSV(B) 190.59º 0.82% 0.33% -
XYZ 4.01 5.23 8.98 -
YUV 55.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 15 71 83 0.82 0.14 0 0.67 190.59 0.69 0.19
Hex F 47 53 52 E 0 43 BF 45 13
Octal 17 107 123 122 16 0 103 277 105 23
Binary 1111 1000111 1010011 1010010 1110 0 1000011 10111111 1000101 10011

Color Harmonies of #0F4753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4753

Black with #0F4753

Text Example


Text Example

White with #0F4753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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