Html Css Color HEX #006187 Blue Lagoon

📋 copy color: '#006187'

red 0 ◦ green 97 ◦ blue 135

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

Shades of Blue Lagoon #006187

Tints of Blue Lagoon #006187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

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

R = 0%
G = 41.81%
B = 58.19%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006187 (or 0x006187) is known color: Blue Lagoon. HEX triplet: 00, 61 and 87. RGB value is (0,97,135). Sum of RGB (Red+Green+Blue) = 0+97+135=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #006187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006187 is #FF9E78. Grayscale: #484848. Windows color (decimal): -16752249 or 8872192. OLE color: 8872192.

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

Color convert

RGB 0 97 135 -
CMYK 1 0.28 0 0.47
HSL 196.89º 1% 0.26% -
HSV(B) 196.89º 1% 0.53% -
XYZ 8.65 10.3 24.45 -
YUV 72.33 163.36 76.41 -
System Red Green Blue C M Y K H S L
Decimal 0 97 135 1 0.28 0 0.47 196.89 1 0.26
Hex 0 61 87 64 1C 0 2F C5 64 1A
Octal 0 141 207 144 34 0 57 305 144 32
Binary 0 1100001 10000111 1100100 11100 0 101111 11000101 1100100 11010

Color Harmonies of #006187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006187

Black with #006187

Text Example


Text Example

White with #006187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006187; }

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

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

background-color css

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

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

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

border-color css

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

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

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