Html Css Color HEX #0F4B49 Cyprus

📋 copy color: '#0F4B49'

red 15 ◦ green 75 ◦ blue 73

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

Shades of Cyprus #0F4B49

Tints of Cyprus #0F4B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.01%

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

R = 9.2%
G = 46.01%
B = 44.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#0F4B49 (or 0x0F4B49) is known color: Cyprus. HEX triplet: 0F, 4B and 49. RGB value is (15,75,73). Sum of RGB (Red+Green+Blue) = 15+75+73=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B49 is #F0B4B6. Grayscale: #383838. Windows color (decimal): -15774903 or 4803343. OLE color: 4803343.

HSL color Cylindrical-coordinate representation of color #0F4B49: hue angle of 178º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B49 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 75 73 -
CMYK 0.80 0 0.03 0.71
HSL 178º 0.67% 0.18% -
HSV(B) 178º 0.8% 0.29% -
XYZ 3.92 5.61 7.18 -
YUV 56.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 15 75 73 0.80 0 0.03 0.71 178 0.67 0.18
Hex F 4B 49 50 0 3 47 B2 43 12
Octal 17 113 111 120 0 3 107 262 103 22
Binary 1111 1001011 1001001 1010000 0 11 1000111 10110010 1000011 10010

Color Harmonies of #0F4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4B49

Black with #0F4B49

Text Example


Text Example

White with #0F4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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