Html Css Color HEX #0F424C Cyprus

📋 copy color: '#0F424C'

red 15 ◦ green 66 ◦ blue 76

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

Shades of Cyprus #0F424C

Tints of Cyprus #0F424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 9.55%
G = 42.04%
B = 48.41%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F424C (or 0x0F424C) is known color: Cyprus. HEX triplet: 0F, 42 and 4C. RGB value is (15,66,76). Sum of RGB (Red+Green+Blue) = 15+66+76=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F424C is #F0BDB3. Grayscale: #333333. Windows color (decimal): -15777204 or 4997647. OLE color: 4997647.

HSL color Cylindrical-coordinate representation of color #0F424C: hue angle of 189.84º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F424C is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 66 76 -
CMYK 0.80 0.13 0 0.70
HSL 189.84º 0.67% 0.18% -
HSV(B) 189.84º 0.8% 0.3% -
XYZ 3.45 4.52 7.53 -
YUV 51.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 15 66 76 0.80 0.13 0 0.70 189.84 0.67 0.18
Hex F 42 4C 50 D 0 46 BE 43 12
Octal 17 102 114 120 15 0 106 276 103 22
Binary 1111 1000010 1001100 1010000 1101 0 1000110 10111110 1000011 10010

Color Harmonies of #0F424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F424C

Black with #0F424C

Text Example


Text Example

White with #0F424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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