Html Css Color HEX #0F516D Orient

📋 copy color: '#0F516D'

red 15 ◦ green 81 ◦ blue 109

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

Shades of Orient #0F516D

Tints of Orient #0F516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 7.32%
G = 39.51%
B = 53.17%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F516D (or 0x0F516D) is known color: Orient. HEX triplet: 0F, 51 and 6D. RGB value is (15,81,109). Sum of RGB (Red+Green+Blue) = 15+81+109=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F516D is #F0AE92. Grayscale: #404040. Windows color (decimal): -15773331 or 7164175. OLE color: 7164175.

HSL color Cylindrical-coordinate representation of color #0F516D: hue angle of 197.87º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F516D is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 81 109 -
CMYK 0.86 0.26 0 0.57
HSL 197.87º 0.76% 0.24% -
HSV(B) 197.87º 0.86% 0.43% -
XYZ 5.9 7.09 15.53 -
YUV 64.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 15 81 109 0.86 0.26 0 0.57 197.87 0.76 0.24
Hex F 51 6D 56 1A 0 39 C6 4C 18
Octal 17 121 155 126 32 0 71 306 114 30
Binary 1111 1010001 1101101 1010110 11010 0 111001 11000110 1001100 11000

Color Harmonies of #0F516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F516D

Black with #0F516D

Text Example


Text Example

White with #0F516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,81,109); }

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

background-color css

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

 a { background-color: rgb(15,81,109); }

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

border-color css

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

 span { border-color: rgb(15,81,109); }

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