Html Css Color HEX #0F536F Orient

📋 copy color: '#0F536F'

red 15 ◦ green 83 ◦ blue 111

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

Shades of Orient #0F536F

Tints of Orient #0F536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 7.18%
G = 39.71%
B = 53.11%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F536F (or 0x0F536F) is known color: Orient. HEX triplet: 0F, 53 and 6F. RGB value is (15,83,111). Sum of RGB (Red+Green+Blue) = 15+83+111=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F536F is #F0AC90. Grayscale: #414141. Windows color (decimal): -15772817 or 7295759. OLE color: 7295759.

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

Color convert

RGB 15 83 111 -
CMYK 0.86 0.25 0 0.56
HSL 197.5º 0.76% 0.25% -
HSV(B) 197.5º 0.86% 0.44% -
XYZ 6.16 7.44 16.15 -
YUV 65.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 15 83 111 0.86 0.25 0 0.56 197.5 0.76 0.25
Hex F 53 6F 56 19 0 38 C6 4C 19
Octal 17 123 157 126 31 0 70 306 114 31
Binary 1111 1010011 1101111 1010110 11001 0 111000 11000110 1001100 11001

Color Harmonies of #0F536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F536F

Black with #0F536F

Text Example


Text Example

White with #0F536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,83,111); }

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

background-color css

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

 a { background-color: rgb(15,83,111); }

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

border-color css

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

 span { border-color: rgb(15,83,111); }

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