Html Css Color HEX #006988 Blue Lagoon

📋 copy color: '#006988'

red 0 ◦ green 105 ◦ blue 136

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

Shades of Blue Lagoon #006988

Tints of Blue Lagoon #006988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

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

R = 0%
G = 43.57%
B = 56.43%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006988 (or 0x006988) is known color: Blue Lagoon. HEX triplet: 00, 69 and 88. RGB value is (0,105,136). Sum of RGB (Red+Green+Blue) = 0+105+136=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #006988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006988 is #FF9677. Grayscale: #4C4C4C. Windows color (decimal): -16750200 or 8939776. OLE color: 8939776.

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

Color convert

RGB 0 105 136 -
CMYK 1 0.23 0 0.47
HSL 193.68º 1% 0.27% -
HSV(B) 193.68º 1% 0.53% -
XYZ 9.5 11.88 25.09 -
YUV 77.14 161.21 72.98 -
System Red Green Blue C M Y K H S L
Decimal 0 105 136 1 0.23 0 0.47 193.68 1 0.27
Hex 0 69 88 64 17 0 2F C2 64 1B
Octal 0 151 210 144 27 0 57 302 144 33
Binary 0 1101001 10001000 1100100 10111 0 101111 11000010 1100100 11011

Color Harmonies of #006988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006988

Black with #006988

Text Example


Text Example

White with #006988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006988; }

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

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

background-color css

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

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

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

border-color css

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

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

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