Html Css Color HEX #0F536E Blue Lagoon

📋 copy color: '#0F536E'

red 15 ◦ green 83 ◦ blue 110

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

Shades of Blue Lagoon #0F536E

Tints of Blue Lagoon #0F536E

RGB

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

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

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

R = 7.21%
G = 39.9%
B = 52.88%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F536E (or 0x0F536E) is known color: Blue Lagoon. HEX triplet: 0F, 53 and 6E. RGB value is (15,83,110). Sum of RGB (Red+Green+Blue) = 15+83+110=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F536E is #F0AC91. Grayscale: #414141. Windows color (decimal): -15772818 or 7230223. OLE color: 7230223.

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

Color convert

RGB 15 83 110 -
CMYK 0.86 0.25 0 0.57
HSL 197.05º 0.76% 0.25% -
HSV(B) 197.05º 0.86% 0.43% -
XYZ 6.1 7.41 15.86 -
YUV 65.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 15 83 110 0.86 0.25 0 0.57 197.05 0.76 0.25
Hex F 53 6E 56 19 0 39 C5 4C 19
Octal 17 123 156 126 31 0 71 305 114 31
Binary 1111 1010011 1101110 1010110 11001 0 111001 11000101 1001100 11001

Color Harmonies of #0F536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F536E

Black with #0F536E

Text Example


Text Example

White with #0F536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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