Html Css Color HEX #0F4240 Cyprus

📋 copy color: '#0F4240'

red 15 ◦ green 66 ◦ blue 64

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

Shades of Cyprus #0F4240

Tints of Cyprus #0F4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.52%

 BLUE value IS 64 (25.39% from 255) = 44.14%

R = 10.34%
G = 45.52%
B = 44.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#0F4240 (or 0x0F4240) is known color: Cyprus. HEX triplet: 0F, 42 and 40. RGB value is (15,66,64). Sum of RGB (Red+Green+Blue) = 15+66+64=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4240 is #F0BDBF. Grayscale: #323232. Windows color (decimal): -15777216 or 4211215. OLE color: 4211215.

HSL color Cylindrical-coordinate representation of color #0F4240: hue angle of 177.65º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4240 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 64 -
CMYK 0.77 0 0.03 0.74
HSL 177.65º 0.63% 0.16% -
HSV(B) 177.65º 0.77% 0.26% -
XYZ 3.07 4.37 5.53 -
YUV 50.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 15 66 64 0.77 0 0.03 0.74 177.65 0.63 0.16
Hex F 42 40 4D 0 3 4A B2 3F 10
Octal 17 102 100 115 0 3 112 262 77 20
Binary 1111 1000010 1000000 1001101 0 11 1001010 10110010 111111 10000

Color Harmonies of #0F4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4240

Black with #0F4240

Text Example


Text Example

White with #0F4240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,64); }

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

background-color css

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

 a { background-color: rgb(15,66,64); }

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

border-color css

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

 span { border-color: rgb(15,66,64); }

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