Html Css Color HEX #0F8491 Dark Cyan

📋 copy color: '#0F8491'

red 15 ◦ green 132 ◦ blue 145

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

Shades of Dark Cyan #0F8491

Tints of Dark Cyan #0F8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

 BLUE value IS 145 (57.03% from 255) = 49.66%

R = 5.14%
G = 45.21%
B = 49.66%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F8491 (or 0x0F8491) is known color: Dark Cyan. HEX triplet: 0F, 84 and 91. RGB value is (15,132,145). Sum of RGB (Red+Green+Blue) = 15+132+145=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F8491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8491 is #F07B6E. Grayscale: #626262. Windows color (decimal): -15760239 or 9536527. OLE color: 9536527.

HSL color Cylindrical-coordinate representation of color #0F8491: hue angle of 186º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8491 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 132 145 -
CMYK 0.90 0.09 0 0.43
HSL 186º 0.81% 0.31% -
HSV(B) 186º 0.9% 0.57% -
XYZ 13.56 18.65 29.67 -
YUV 98.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 15 132 145 0.90 0.09 0 0.43 186 0.81 0.31
Hex F 84 91 5A 9 0 2B BA 51 1F
Octal 17 204 221 132 11 0 53 272 121 37
Binary 1111 10000100 10010001 1011010 1001 0 101011 10111010 1010001 11111

Color Harmonies of #0F8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8491

Black with #0F8491

Text Example


Text Example

White with #0F8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,132,145); }

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

background-color css

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

 a { background-color: rgb(15,132,145); }

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

border-color css

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

 span { border-color: rgb(15,132,145); }

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