#0F6471

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

Shades of Blue Lagoon #0F6471

Tints of Blue Lagoon #0F6471

Color information

#0F6471 (or 0x0F6471) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 64 and 71. RGB value is (15,100,113). Sum of RGB (Red+Green+Blue) = 15+100+113=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F6471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6471 is #F09B8E. Grayscale: #4B4B4B. Windows color (decimal): -15768463 or 7431183. OLE color: 7431183.

HSL color Cylindrical-coordinate representation of color #0F6471: hue angle of 187.96º 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 #0F6471 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB15100113-
CMYK0.870.1200.56
HSL187.96º76.56%25.1%-
HSV(B)187.96º86.73%44.31%-
XYZ7.7310.4117.22-
YUV76.07148.8484.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=6.58%
G=43.86%
B=49.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal151001130.870.1200.56187.9676.5625.1
HexF647157C038bc4d19
Octal171441611271407027411531
Binary11111100100111000110101111100011100010111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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