#0F5262

Color #0F5262 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0F5262

Tints of Blue Lagoon #0F5262

Color information

#0F5262 (or 0x0F5262) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 52 and 62. RGB value is (15,82,98). Sum of RGB (Red+Green+Blue) = 15+82+98=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F5262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5262 is #F0AD9D. Grayscale: #3F3F3F. Windows color (decimal): -15773086 or 6443535. OLE color: 6443535.

HSL color Cylindrical-coordinate representation of color #0F5262: hue angle of 191.57º 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 #0F5262 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB158298-
CMYK0.850.1600.62
HSL191.57º73.45%22.16%-
HSV(B)191.57º84.69%38.43%-
XYZ5.427.0212.62-
YUV63.79147.393.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=7.69%
G=42.05%
B=50.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1582980.850.1600.62191.5773.4522.16
HexF5262551003Ec04916
Octal171221421252007630011126
Binary111110100101100010101010110000011111011000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F5262;
 }
 .AnyTagClassName
 {
   color: #0F5262;
 }
</style>
background-color css

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

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

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

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

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

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