Html Css Color HEX #0F494D Cyprus

📋 copy color: '#0F494D'

red 15 ◦ green 73 ◦ blue 77

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

Shades of Cyprus #0F494D

Tints of Cyprus #0F494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 9.09%
G = 44.24%
B = 46.67%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F494D (or 0x0F494D) is known color: Cyprus. HEX triplet: 0F, 49 and 4D. RGB value is (15,73,77). Sum of RGB (Red+Green+Blue) = 15+73+77=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F494D is #F0B6B2. Grayscale: #383838. Windows color (decimal): -15775411 or 5064975. OLE color: 5064975.

HSL color Cylindrical-coordinate representation of color #0F494D: hue angle of 183.87º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F494D is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 73 77 -
CMYK 0.81 0.05 0 0.70
HSL 183.87º 0.67% 0.18% -
HSV(B) 183.87º 0.81% 0.3% -
XYZ 3.92 5.4 7.86 -
YUV 56.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 15 73 77 0.81 0.05 0 0.70 183.87 0.67 0.18
Hex F 49 4D 51 5 0 46 B8 43 12
Octal 17 111 115 121 5 0 106 270 103 22
Binary 1111 1001001 1001101 1010001 101 0 1000110 10111000 1000011 10010

Color Harmonies of #0F494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F494D

Black with #0F494D

Text Example


Text Example

White with #0F494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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