Html Css Color HEX #006188 Blue Lagoon

📋 copy color: '#006188'

red 0 ◦ green 97 ◦ blue 136

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

Shades of Blue Lagoon #006188

Tints of Blue Lagoon #006188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.37%

R = 0%
G = 41.63%
B = 58.37%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006188 (or 0x006188) is known color: Blue Lagoon. HEX triplet: 00, 61 and 88. RGB value is (0,97,136). Sum of RGB (Red+Green+Blue) = 0+97+136=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #006188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006188 is #FF9E77. Grayscale: #484848. Windows color (decimal): -16752248 or 8937728. OLE color: 8937728.

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

Color convert

RGB 0 97 136 -
CMYK 1 0.29 0 0.47
HSL 197.21º 1% 0.27% -
HSV(B) 197.21º 1% 0.53% -
XYZ 8.72 10.33 24.83 -
YUV 72.44 163.86 76.33 -
System Red Green Blue C M Y K H S L
Decimal 0 97 136 1 0.29 0 0.47 197.21 1 0.27
Hex 0 61 88 64 1D 0 2F C5 64 1B
Octal 0 141 210 144 35 0 57 305 144 33
Binary 0 1100001 10001000 1100100 11101 0 101111 11000101 1100100 11011

Color Harmonies of #006188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006188

Black with #006188

Text Example


Text Example

White with #006188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006188; }

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

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

background-color css

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

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

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

border-color css

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

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

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