Html Css Color HEX #006487 Blue Lagoon

📋 copy color: '#006487'

red 0 ◦ green 100 ◦ blue 135

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

Shades of Blue Lagoon #006487

Tints of Blue Lagoon #006487

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 100 (39.45% from 255) = 42.55%

 BLUE value IS 135 (53.13% from 255) = 57.45%

R = 0%
G = 42.55%
B = 57.45%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006487 (or 0x006487) is known color: Blue Lagoon. HEX triplet: 00, 64 and 87. RGB value is (0,100,135). Sum of RGB (Red+Green+Blue) = 0+100+135=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #006487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006487 is #FF9B78. Grayscale: #494949. Windows color (decimal): -16751481 or 8872960. OLE color: 8872960.

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

Color convert

RGB 0 100 135 -
CMYK 1 0.26 0 0.47
HSL 195.56º 1% 0.26% -
HSV(B) 195.56º 1% 0.53% -
XYZ 8.93 10.86 24.55 -
YUV 74.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 0 100 135 1 0.26 0 0.47 195.56 1 0.26
Hex 0 64 87 64 1A 0 2F C4 64 1A
Octal 0 144 207 144 32 0 57 304 144 32
Binary 0 1100100 10000111 1100100 11010 0 101111 11000100 1100100 11010

Color Harmonies of #006487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006487

Black with #006487

Text Example


Text Example

White with #006487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006487; }

 p { color: rgb(0,100,135); }

 H1.HeaderClassName
 {
   color: #006487;
 }
 .AnyTagClassName
 {
   color: #006487;
 }
</style>

background-color css

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

 a { background-color: rgb(0,100,135); }

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

border-color css

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

 span { border-color: rgb(0,100,135); }

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