Html Css Color HEX #0F6776 Blue Lagoon

📋 copy color: '#0F6776'

red 15 ◦ green 103 ◦ blue 118

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

Shades of Blue Lagoon #0F6776

Tints of Blue Lagoon #0F6776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

 BLUE value IS 118 (46.48% from 255) = 50%

R = 6.36%
G = 43.64%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F6776 (or 0x0F6776) is known color: Blue Lagoon. HEX triplet: 0F, 67 and 76. RGB value is (15,103,118). Sum of RGB (Red+Green+Blue) = 15+103+118=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F6776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6776 is #F09889. Grayscale: #4E4E4E. Windows color (decimal): -15767690 or 7759631. OLE color: 7759631.

HSL color Cylindrical-coordinate representation of color #0F6776: hue angle of 188.74º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6776 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 103 118 -
CMYK 0.87 0.13 0 0.54
HSL 188.74º 0.77% 0.26% -
HSV(B) 188.74º 0.87% 0.46% -
XYZ 8.32 11.11 18.85 -
YUV 78.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 15 103 118 0.87 0.13 0 0.54 188.74 0.77 0.26
Hex F 67 76 57 D 0 36 BD 4D 1A
Octal 17 147 166 127 15 0 66 275 115 32
Binary 1111 1100111 1110110 1010111 1101 0 110110 10111101 1001101 11010

Color Harmonies of #0F6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6776

Black with #0F6776

Text Example


Text Example

White with #0F6776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,103,118); }

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

background-color css

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

 a { background-color: rgb(15,103,118); }

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

border-color css

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

 span { border-color: rgb(15,103,118); }

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