Html Css Color HEX #0F5969 Blue Lagoon

📋 copy color: '#0F5969'

red 15 ◦ green 89 ◦ blue 105

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

Shades of Blue Lagoon #0F5969

Tints of Blue Lagoon #0F5969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 7.18%
G = 42.58%
B = 50.24%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F5969 (or 0x0F5969) is known color: Blue Lagoon. HEX triplet: 0F, 59 and 69. RGB value is (15,89,105). Sum of RGB (Red+Green+Blue) = 15+89+105=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F5969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5969 is #F0A696. Grayscale: #444444. Windows color (decimal): -15771287 or 6904079. OLE color: 6904079.

HSL color Cylindrical-coordinate representation of color #0F5969: hue angle of 190.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F5969 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 89 105 -
CMYK 0.86 0.15 0 0.59
HSL 190.67º 0.75% 0.24% -
HSV(B) 190.67º 0.86% 0.41% -
XYZ 6.32 8.27 14.63 -
YUV 68.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 15 89 105 0.86 0.15 0 0.59 190.67 0.75 0.24
Hex F 59 69 56 F 0 3B BF 4B 18
Octal 17 131 151 126 17 0 73 277 113 30
Binary 1111 1011001 1101001 1010110 1111 0 111011 10111111 1001011 11000

Color Harmonies of #0F5969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5969

Black with #0F5969

Text Example


Text Example

White with #0F5969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,89,105); }

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

background-color css

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

 a { background-color: rgb(15,89,105); }

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

border-color css

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

 span { border-color: rgb(15,89,105); }

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