Html Css Color HEX #0F4F50 Cyprus

📋 copy color: '#0F4F50'

red 15 ◦ green 79 ◦ blue 80

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

Shades of Cyprus #0F4F50

Tints of Cyprus #0F4F50

RGB

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

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

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

R = 8.62%
G = 45.4%
B = 45.98%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F4F50 (or 0x0F4F50) is known color: Cyprus. HEX triplet: 0F, 4F and 50. RGB value is (15,79,80). Sum of RGB (Red+Green+Blue) = 15+79+80=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F4F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4F50 is #F0B0AF. Grayscale: #3B3B3B. Windows color (decimal): -15773872 or 5263119. OLE color: 5263119.

HSL color Cylindrical-coordinate representation of color #0F4F50: hue angle of 180.92º 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 #0F4F50 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 79 80 -
CMYK 0.81 0.01 0 0.69
HSL 180.92º 0.68% 0.19% -
HSV(B) 180.92º 0.81% 0.31% -
XYZ 4.44 6.27 8.57 -
YUV 59.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 15 79 80 0.81 0.01 0 0.69 180.92 0.68 0.19
Hex F 4F 50 51 1 0 45 B5 44 13
Octal 17 117 120 121 1 0 105 265 104 23
Binary 1111 1001111 1010000 1010001 1 0 1000101 10110101 1000100 10011

Color Harmonies of #0F4F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4F50

Black with #0F4F50

Text Example


Text Example

White with #0F4F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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