Html Css Color HEX #0F516E Orient

📋 copy color: '#0F516E'

red 15 ◦ green 81 ◦ blue 110

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

Shades of Orient #0F516E

Tints of Orient #0F516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 7.28%
G = 39.32%
B = 53.4%

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

#0F516E (or 0x0F516E) is known color: Orient. HEX triplet: 0F, 51 and 6E. RGB value is (15,81,110). Sum of RGB (Red+Green+Blue) = 15+81+110=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F516E is #F0AE91. Grayscale: #404040. Windows color (decimal): -15773330 or 7229711. OLE color: 7229711.

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

Color convert

RGB 15 81 110 -
CMYK 0.86 0.26 0 0.57
HSL 198.32º 0.76% 0.25% -
HSV(B) 198.32º 0.86% 0.43% -
XYZ 5.95 7.11 15.81 -
YUV 64.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 15 81 110 0.86 0.26 0 0.57 198.32 0.76 0.25
Hex F 51 6E 56 1A 0 39 C6 4C 19
Octal 17 121 156 126 32 0 71 306 114 31
Binary 1111 1010001 1101110 1010110 11010 0 111001 11000110 1001100 11001

Color Harmonies of #0F516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F516E

Black with #0F516E

Text Example


Text Example

White with #0F516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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