Html Css Color HEX #0F4450 Sherpa Blue

📋 copy color: '#0F4450'

red 15 ◦ green 68 ◦ blue 80

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

Shades of Sherpa Blue #0F4450

Tints of Sherpa Blue #0F4450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 9.2%
G = 41.72%
B = 49.08%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F4450 (or 0x0F4450) is known color: Sherpa Blue. HEX triplet: 0F, 44 and 50. RGB value is (15,68,80). Sum of RGB (Red+Green+Blue) = 15+68+80=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F4450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4450 is #F0BBAF. Grayscale: #353535. Windows color (decimal): -15776688 or 5260303. OLE color: 5260303.

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

Color convert

RGB 15 68 80 -
CMYK 0.81 0.15 0 0.69
HSL 191.08º 0.68% 0.19% -
HSV(B) 191.08º 0.81% 0.31% -
XYZ 3.71 4.81 8.32 -
YUV 53.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 15 68 80 0.81 0.15 0 0.69 191.08 0.68 0.19
Hex F 44 50 51 F 0 45 BF 44 13
Octal 17 104 120 121 17 0 105 277 104 23
Binary 1111 1000100 1010000 1010001 1111 0 1000101 10111111 1000100 10011

Color Harmonies of #0F4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4450

Black with #0F4450

Text Example


Text Example

White with #0F4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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