Html Css Color HEX #0F444F Sherpa Blue

📋 copy color: '#0F444F'

red 15 ◦ green 68 ◦ blue 79

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

Shades of Sherpa Blue #0F444F

Tints of Sherpa Blue #0F444F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 9.26%
G = 41.98%
B = 48.77%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F444F (or 0x0F444F) is known color: Sherpa Blue. HEX triplet: 0F, 44 and 4F. RGB value is (15,68,79). Sum of RGB (Red+Green+Blue) = 15+68+79=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F444F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F444F is #F0BBB0. Grayscale: #353535. Windows color (decimal): -15776689 or 5194767. OLE color: 5194767.

HSL color Cylindrical-coordinate representation of color #0F444F: hue angle of 190.31º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F444F is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 68 79 -
CMYK 0.81 0.14 0 0.69
HSL 190.31º 0.68% 0.18% -
HSV(B) 190.31º 0.81% 0.31% -
XYZ 3.68 4.8 8.13 -
YUV 53.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 15 68 79 0.81 0.14 0 0.69 190.31 0.68 0.18
Hex F 44 4F 51 E 0 45 BE 44 12
Octal 17 104 117 121 16 0 105 276 104 22
Binary 1111 1000100 1001111 1010001 1110 0 1000101 10111110 1000100 10010

Color Harmonies of #0F444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F444F

Black with #0F444F

Text Example


Text Example

White with #0F444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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