Html Css Color HEX #0F4749 Cyprus

📋 copy color: '#0F4749'

red 15 ◦ green 71 ◦ blue 73

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

Shades of Cyprus #0F4749

Tints of Cyprus #0F4749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 9.43%
G = 44.65%
B = 45.91%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F4749 (or 0x0F4749) is known color: Cyprus. HEX triplet: 0F, 47 and 49. RGB value is (15,71,73). Sum of RGB (Red+Green+Blue) = 15+71+73=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F4749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4749 is #F0B8B6. Grayscale: #363636. Windows color (decimal): -15775927 or 4802319. OLE color: 4802319.

HSL color Cylindrical-coordinate representation of color #0F4749: hue angle of 182.07º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4749 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 71 73 -
CMYK 0.79 0.03 0 0.71
HSL 182.07º 0.66% 0.17% -
HSV(B) 182.07º 0.79% 0.29% -
XYZ 3.65 5.09 7.09 -
YUV 54.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 15 71 73 0.79 0.03 0 0.71 182.07 0.66 0.17
Hex F 47 49 4F 3 0 47 B6 42 11
Octal 17 107 111 117 3 0 107 266 102 21
Binary 1111 1000111 1001001 1001111 11 0 1000111 10110110 1000010 10001

Color Harmonies of #0F4749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4749

Black with #0F4749

Text Example


Text Example

White with #0F4749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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