Html Css Color HEX #0F4B50 Cyprus

📋 copy color: '#0F4B50'

red 15 ◦ green 75 ◦ blue 80

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

Shades of Cyprus #0F4B50

Tints of Cyprus #0F4B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.06%

R = 8.82%
G = 44.12%
B = 47.06%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F4B50 (or 0x0F4B50) is known color: Cyprus. HEX triplet: 0F, 4B and 50. RGB value is (15,75,80). Sum of RGB (Red+Green+Blue) = 15+75+80=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F4B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B50 is #F0B4AF. Grayscale: #393939. Windows color (decimal): -15774896 or 5262095. OLE color: 5262095.

HSL color Cylindrical-coordinate representation of color #0F4B50: hue angle of 184.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4B50 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 75 80 -
CMYK 0.81 0.06 0 0.69
HSL 184.62º 0.68% 0.19% -
HSV(B) 184.62º 0.81% 0.31% -
XYZ 4.16 5.71 8.47 -
YUV 57.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 15 75 80 0.81 0.06 0 0.69 184.62 0.68 0.19
Hex F 4B 50 51 6 0 45 B9 44 13
Octal 17 113 120 121 6 0 105 271 104 23
Binary 1111 1001011 1010000 1010001 110 0 1000101 10111001 1000100 10011

Color Harmonies of #0F4B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4B50

Black with #0F4B50

Text Example


Text Example

White with #0F4B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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