#006985

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

Shades of Blue Lagoon #006985

Tints of Blue Lagoon #006985

Color information

#006985 (or 0x006985) is unknown color: approx Blue Lagoon. HEX triplet: 00, 69 and 85. RGB value is (0,105,133). Sum of RGB (Red+Green+Blue) = 0+105+133=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #006985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006985 is #FF967A. Grayscale: #4C4C4C. Windows color (decimal): -16750203 or 8743168. OLE color: 8743168.

HSL color Cylindrical-coordinate representation of color #006985: hue angle of 192.63º 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 #006985 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB0105133-
CMYK10.2100.48
HSL192.63º100%26.08%-
HSV(B)192.63º100%52.16%-
XYZ9.2911.823.98-
YUV76.8159.7173.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 133 (52.34% from 255) = 55.88%
R=0%
G=44.12%
B=55.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal010513310.2100.48192.6310026.08
Hex069856415030c1641a
Octal01512051442506030114432
Binary0110100110000101110010010101011000011000001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006985; }

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

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

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

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

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

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

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

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