Html Css Color HEX #0F484F Cyprus

📋 copy color: '#0F484F'

red 15 ◦ green 72 ◦ blue 79

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

Shades of Cyprus #0F484F

Tints of Cyprus #0F484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

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

R = 9.04%
G = 43.37%
B = 47.59%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F484F (or 0x0F484F) is known color: Cyprus. HEX triplet: 0F, 48 and 4F. RGB value is (15,72,79). Sum of RGB (Red+Green+Blue) = 15+72+79=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F484F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F484F is #F0B7B0. Grayscale: #373737. Windows color (decimal): -15775665 or 5195791. OLE color: 5195791.

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

Color convert

RGB 15 72 79 -
CMYK 0.81 0.09 0 0.69
HSL 186.56º 0.68% 0.18% -
HSV(B) 186.56º 0.81% 0.31% -
XYZ 3.93 5.3 8.21 -
YUV 55.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 15 72 79 0.81 0.09 0 0.69 186.56 0.68 0.18
Hex F 48 4F 51 9 0 45 BB 44 12
Octal 17 110 117 121 11 0 105 273 104 22
Binary 1111 1001000 1001111 1010001 1001 0 1000101 10111011 1000100 10010

Color Harmonies of #0F484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F484F

Black with #0F484F

Text Example


Text Example

White with #0F484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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