Html Css Color HEX #0F616A Blue Lagoon

📋 copy color: '#0F616A'

red 15 ◦ green 97 ◦ blue 106

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

Shades of Blue Lagoon #0F616A

Tints of Blue Lagoon #0F616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 6.88%
G = 44.5%
B = 48.62%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F616A (or 0x0F616A) is known color: Blue Lagoon. HEX triplet: 0F, 61 and 6A. RGB value is (15,97,106). Sum of RGB (Red+Green+Blue) = 15+97+106=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F616A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F616A is #F09E95. Grayscale: #494949. Windows color (decimal): -15769238 or 6971663. OLE color: 6971663.

HSL color Cylindrical-coordinate representation of color #0F616A: hue angle of 185.93º degrees, saturation: 0.75, 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 #0F616A is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 97 106 -
CMYK 0.86 0.08 0 0.58
HSL 185.93º 0.75% 0.24% -
HSV(B) 185.93º 0.86% 0.42% -
XYZ 7.07 9.69 15.13 -
YUV 73.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 15 97 106 0.86 0.08 0 0.58 185.93 0.75 0.24
Hex F 61 6A 56 8 0 3A BA 4B 18
Octal 17 141 152 126 10 0 72 272 113 30
Binary 1111 1100001 1101010 1010110 1000 0 111010 10111010 1001011 11000

Color Harmonies of #0F616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F616A

Black with #0F616A

Text Example


Text Example

White with #0F616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,97,106); }

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

background-color css

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

 a { background-color: rgb(15,97,106); }

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

border-color css

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

 span { border-color: rgb(15,97,106); }

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