Html Css Color HEX #0F474D Cyprus

📋 copy color: '#0F474D'

red 15 ◦ green 71 ◦ blue 77

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

Shades of Cyprus #0F474D

Tints of Cyprus #0F474D

RGB

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

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

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

R = 9.2%
G = 43.56%
B = 47.24%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F474D (or 0x0F474D) is known color: Cyprus. HEX triplet: 0F, 47 and 4D. RGB value is (15,71,77). Sum of RGB (Red+Green+Blue) = 15+71+77=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F474D is #F0B8B2. Grayscale: #363636. Windows color (decimal): -15775923 or 5064463. OLE color: 5064463.

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

Color convert

RGB 15 71 77 -
CMYK 0.81 0.08 0 0.70
HSL 185.81º 0.67% 0.18% -
HSV(B) 185.81º 0.81% 0.3% -
XYZ 3.79 5.14 7.81 -
YUV 54.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 15 71 77 0.81 0.08 0 0.70 185.81 0.67 0.18
Hex F 47 4D 51 8 0 46 BA 43 12
Octal 17 107 115 121 10 0 106 272 103 22
Binary 1111 1000111 1001101 1010001 1000 0 1000110 10111010 1000011 10010

Color Harmonies of #0F474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F474D

Black with #0F474D

Text Example


Text Example

White with #0F474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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