Html Css Color HEX #006085 Blue Lagoon

📋 copy color: '#006085'

red 0 ◦ green 96 ◦ blue 133

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

Shades of Blue Lagoon #006085

Tints of Blue Lagoon #006085

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 value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#006085 (or 0x006085) is known color: 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

RGB 0 96 133 -
CMYK 1 0.28 0 0.48
HSL 196.69º 1% 0.26% -
HSV(B) 196.69º 1% 0.52% -
XYZ 8.42 10.06 23.69 -
YUV 71.51 162.7 76.99 -
System Red Green Blue C M Y K H S L
Decimal 0 96 133 1 0.28 0 0.48 196.69 1 0.26
Hex 0 60 85 64 1C 0 30 C5 64 1A
Octal 0 140 205 144 34 0 60 305 144 32
Binary 0 1100000 10000101 1100100 11100 0 110000 11000101 1100100 11010

Color Harmonies of #006085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006085

Black with #006085

Text Example


Text Example

White with #006085

Text Example


Text Example

HTML Codes & Css Web 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>