Html Css Color HEX #0F414C Cyprus

📋 copy color: '#0F414C'

red 15 ◦ green 65 ◦ blue 76

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

Shades of Cyprus #0F414C

Tints of Cyprus #0F414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

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

R = 9.62%
G = 41.67%
B = 48.72%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F414C (or 0x0F414C) is known color: Cyprus. HEX triplet: 0F, 41 and 4C. RGB value is (15,65,76). Sum of RGB (Red+Green+Blue) = 15+65+76=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F414C is #F0BEB3. Grayscale: #333333. Windows color (decimal): -15777460 or 4997391. OLE color: 4997391.

HSL color Cylindrical-coordinate representation of color #0F414C: hue angle of 190.82º 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 #0F414C is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 65 76 -
CMYK 0.80 0.14 0 0.70
HSL 190.82º 0.67% 0.18% -
HSV(B) 190.82º 0.8% 0.3% -
XYZ 3.39 4.4 7.51 -
YUV 51.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 15 65 76 0.80 0.14 0 0.70 190.82 0.67 0.18
Hex F 41 4C 50 E 0 46 BF 43 12
Octal 17 101 114 120 16 0 106 277 103 22
Binary 1111 1000001 1001100 1010000 1110 0 1000110 10111111 1000011 10010

Color Harmonies of #0F414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F414C

Black with #0F414C

Text Example


Text Example

White with #0F414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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