Html Css Color HEX #0F526F Orient

📋 copy color: '#0F526F'

red 15 ◦ green 82 ◦ blue 111

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

Shades of Orient #0F526F

Tints of Orient #0F526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 7.21%
G = 39.42%
B = 53.37%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F526F (or 0x0F526F) is known color: Orient. HEX triplet: 0F, 52 and 6F. RGB value is (15,82,111). Sum of RGB (Red+Green+Blue) = 15+82+111=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F526F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F526F is #F0AD90. Grayscale: #414141. Windows color (decimal): -15773073 or 7295503. OLE color: 7295503.

HSL color Cylindrical-coordinate representation of color #0F526F: hue angle of 198.12º 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 #0F526F is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 82 111 -
CMYK 0.86 0.26 0 0.56
HSL 198.13º 0.76% 0.25% -
HSV(B) 198.13º 0.86% 0.44% -
XYZ 6.08 7.28 16.12 -
YUV 65.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 15 82 111 0.86 0.26 0 0.56 198.13 0.76 0.25
Hex F 52 6F 56 1A 0 38 C6 4C 19
Octal 17 122 157 126 32 0 70 306 114 31
Binary 1111 1010010 1101111 1010110 11010 0 111000 11000110 1001100 11001

Color Harmonies of #0F526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F526F

Black with #0F526F

Text Example


Text Example

White with #0F526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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