Html Css Color HEX #0F494F Cyprus

📋 copy color: '#0F494F'

red 15 ◦ green 73 ◦ blue 79

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

Shades of Cyprus #0F494F

Tints of Cyprus #0F494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.71%

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

R = 8.98%
G = 43.71%
B = 47.31%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F494F (or 0x0F494F) is known color: Cyprus. HEX triplet: 0F, 49 and 4F. RGB value is (15,73,79). Sum of RGB (Red+Green+Blue) = 15+73+79=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F494F is #F0B6B0. Grayscale: #383838. Windows color (decimal): -15775409 or 5196047. OLE color: 5196047.

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

Color convert

RGB 15 73 79 -
CMYK 0.81 0.08 0 0.69
HSL 185.63º 0.68% 0.18% -
HSV(B) 185.63º 0.81% 0.31% -
XYZ 3.99 5.43 8.24 -
YUV 56.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 15 73 79 0.81 0.08 0 0.69 185.63 0.68 0.18
Hex F 49 4F 51 8 0 45 BA 44 12
Octal 17 111 117 121 10 0 105 272 104 22
Binary 1111 1001001 1001111 1010001 1000 0 1000101 10111010 1000100 10010

Color Harmonies of #0F494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F494F

Black with #0F494F

Text Example


Text Example

White with #0F494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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