Html Css Color HEX #0F4446 Cyprus

📋 copy color: '#0F4446'

red 15 ◦ green 68 ◦ blue 70

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

Shades of Cyprus #0F4446

Tints of Cyprus #0F4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.44%

 BLUE value IS 70 (27.73% from 255) = 45.75%

R = 9.8%
G = 44.44%
B = 45.75%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0F4446 (or 0x0F4446) is known color: Cyprus. HEX triplet: 0F, 44 and 46. RGB value is (15,68,70). Sum of RGB (Red+Green+Blue) = 15+68+70=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F4446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4446 is #F0BBB9. Grayscale: #343434. Windows color (decimal): -15776698 or 4604943. OLE color: 4604943.

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

Color convert

RGB 15 68 70 -
CMYK 0.79 0.03 0 0.73
HSL 182.18º 0.65% 0.17% -
HSV(B) 182.18º 0.79% 0.27% -
XYZ 3.37 4.68 6.52 -
YUV 52.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 15 68 70 0.79 0.03 0 0.73 182.18 0.65 0.17
Hex F 44 46 4F 3 0 49 B6 41 11
Octal 17 104 106 117 3 0 111 266 101 21
Binary 1111 1000100 1000110 1001111 11 0 1001001 10110110 1000001 10001

Color Harmonies of #0F4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4446

Black with #0F4446

Text Example


Text Example

White with #0F4446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,70); }

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

background-color css

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

 a { background-color: rgb(15,68,70); }

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

border-color css

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

 span { border-color: rgb(15,68,70); }

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