#006085

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

Shades of Blue Lagoon #006085

Tints of Blue Lagoon #006085

Color information

#006085 (or 0x006085) is unknown color: approx Blue Lagoon. HEX triplet: 00, 60 and 85. RGB value is (0,96,133). Sum of RGB (Red+Green+Blue) = 0+96+133=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #006085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006085 is #FF9F7A. Grayscale: #474747. Windows color (decimal): -16752507 or 8740864. OLE color: 8740864.

HSL color Cylindrical-coordinate representation of color #006085: hue angle of 196.69º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006085 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB096133-
CMYK10.2800.48
HSL196.69º100%26.08%-
HSV(B)196.69º100%52.16%-
XYZ8.4210.0623.69-
YUV71.51162.776.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=0%
G=41.92%
B=58.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal09613310.2800.48196.6910026.08
Hex06085641C030c5641a
Octal01402051443406030514432
Binary0110000010000101110010011100011000011000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006085; }

 p { color: rgb(0,96,133); }

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

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

 a { background-color: rgb(0,96,133); }

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

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

 span { border-color: rgb(0,96,133); }

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