Html Css Color HEX #0F474A Cyprus

📋 copy color: '#0F474A'

red 15 ◦ green 71 ◦ blue 74

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

Shades of Cyprus #0F474A

Tints of Cyprus #0F474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 46.25%

R = 9.38%
G = 44.38%
B = 46.25%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F474A (or 0x0F474A) is known color: Cyprus. HEX triplet: 0F, 47 and 4A. RGB value is (15,71,74). Sum of RGB (Red+Green+Blue) = 15+71+74=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F474A is #F0B8B5. Grayscale: #363636. Windows color (decimal): -15775926 or 4867855. OLE color: 4867855.

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

Color convert

RGB 15 71 74 -
CMYK 0.80 0.04 0 0.71
HSL 183.05º 0.66% 0.17% -
HSV(B) 183.05º 0.8% 0.29% -
XYZ 3.69 5.1 7.27 -
YUV 54.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 15 71 74 0.80 0.04 0 0.71 183.05 0.66 0.17
Hex F 47 4A 50 4 0 47 B7 42 11
Octal 17 107 112 120 4 0 107 267 102 21
Binary 1111 1000111 1001010 1010000 100 0 1000111 10110111 1000010 10001

Color Harmonies of #0F474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F474A

Black with #0F474A

Text Example


Text Example

White with #0F474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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