Html Css Color HEX #0F536C Blue Lagoon

📋 copy color: '#0F536C'

red 15 ◦ green 83 ◦ blue 108

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

Shades of Blue Lagoon #0F536C

Tints of Blue Lagoon #0F536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 7.28%
G = 40.29%
B = 52.43%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F536C (or 0x0F536C) is known color: Blue Lagoon. HEX triplet: 0F, 53 and 6C. RGB value is (15,83,108). Sum of RGB (Red+Green+Blue) = 15+83+108=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F536C is #F0AC93. Grayscale: #414141. Windows color (decimal): -15772820 or 7099151. OLE color: 7099151.

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

Color convert

RGB 15 83 108 -
CMYK 0.86 0.23 0 0.58
HSL 196.13º 0.76% 0.24% -
HSV(B) 196.13º 0.86% 0.42% -
XYZ 6 7.37 15.29 -
YUV 65.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 15 83 108 0.86 0.23 0 0.58 196.13 0.76 0.24
Hex F 53 6C 56 17 0 3A C4 4C 18
Octal 17 123 154 126 27 0 72 304 114 30
Binary 1111 1010011 1101100 1010110 10111 0 111010 11000100 1001100 11000

Color Harmonies of #0F536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F536C

Black with #0F536C

Text Example


Text Example

White with #0F536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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