Html Css Color HEX #006088 Blue Lagoon

📋 copy color: '#006088'

red 0 ◦ green 96 ◦ blue 136

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

Shades of Blue Lagoon #006088

Tints of Blue Lagoon #006088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 0%
G = 41.38%
B = 58.62%

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

#006088 (or 0x006088) is known color: Blue Lagoon. HEX triplet: 00, 60 and 88. RGB value is (0,96,136). Sum of RGB (Red+Green+Blue) = 0+96+136=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #006088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006088 is #FF9F77. Grayscale: #474747. Windows color (decimal): -16752504 or 8937472. OLE color: 8937472.

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

Color convert

RGB 0 96 136 -
CMYK 1 0.29 0 0.47
HSL 197.65º 1% 0.27% -
HSV(B) 197.65º 1% 0.53% -
XYZ 8.63 10.14 24.8 -
YUV 71.86 164.2 76.75 -
System Red Green Blue C M Y K H S L
Decimal 0 96 136 1 0.29 0 0.47 197.65 1 0.27
Hex 0 60 88 64 1D 0 2F C6 64 1B
Octal 0 140 210 144 35 0 57 306 144 33
Binary 0 1100000 10001000 1100100 11101 0 101111 11000110 1100100 11011

Color Harmonies of #006088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006088

Black with #006088

Text Example


Text Example

White with #006088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006088; }

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

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

background-color css

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

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

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

border-color css

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

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

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