Html Css Color HEX #0F6771 Blue Lagoon

📋 copy color: '#0F6771'

red 15 ◦ green 103 ◦ blue 113

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

Shades of Blue Lagoon #0F6771

Tints of Blue Lagoon #0F6771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 6.49%
G = 44.59%
B = 48.92%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F6771 (or 0x0F6771) is known color: Blue Lagoon. HEX triplet: 0F, 67 and 71. RGB value is (15,103,113). Sum of RGB (Red+Green+Blue) = 15+103+113=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F6771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6771 is #F0988E. Grayscale: #4D4D4D. Windows color (decimal): -15767695 or 7431951. OLE color: 7431951.

HSL color Cylindrical-coordinate representation of color #0F6771: hue angle of 186.12º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6771 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 103 113 -
CMYK 0.87 0.09 0 0.56
HSL 186.12º 0.77% 0.25% -
HSV(B) 186.12º 0.87% 0.44% -
XYZ 8.03 10.99 17.32 -
YUV 77.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 15 103 113 0.87 0.09 0 0.56 186.12 0.77 0.25
Hex F 67 71 57 9 0 38 BA 4D 19
Octal 17 147 161 127 11 0 70 272 115 31
Binary 1111 1100111 1110001 1010111 1001 0 111000 10111010 1001101 11001

Color Harmonies of #0F6771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6771

Black with #0F6771

Text Example


Text Example

White with #0F6771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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