Html Css Color HEX #0F5261 Blue Lagoon

📋 copy color: '#0F5261'

red 15 ◦ green 82 ◦ blue 97

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

Shades of Blue Lagoon #0F5261

Tints of Blue Lagoon #0F5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

 BLUE value IS 97 (38.28% from 255) = 50%

R = 7.73%
G = 42.27%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F5261 (or 0x0F5261) is known color: Blue Lagoon. HEX triplet: 0F, 52 and 61. RGB value is (15,82,97). Sum of RGB (Red+Green+Blue) = 15+82+97=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F5261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5261 is #F0AD9E. Grayscale: #3F3F3F. Windows color (decimal): -15773087 or 6377999. OLE color: 6377999.

HSL color Cylindrical-coordinate representation of color #0F5261: hue angle of 190.98º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5261 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 82 97 -
CMYK 0.85 0.15 0 0.62
HSL 190.98º 0.73% 0.22% -
HSV(B) 190.98º 0.85% 0.38% -
XYZ 5.37 7 12.38 -
YUV 63.68 146.8 93.28 -
System Red Green Blue C M Y K H S L
Decimal 15 82 97 0.85 0.15 0 0.62 190.98 0.73 0.22
Hex F 52 61 55 F 0 3E BF 49 16
Octal 17 122 141 125 17 0 76 277 111 26
Binary 1111 1010010 1100001 1010101 1111 0 111110 10111111 1001001 10110

Color Harmonies of #0F5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5261

Black with #0F5261

Text Example


Text Example

White with #0F5261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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