Html Css Color HEX #006089 Blue Lagoon

📋 copy color: '#006089'

red 0 ◦ green 96 ◦ blue 137

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

Shades of Blue Lagoon #006089

Tints of Blue Lagoon #006089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 0%
G = 41.2%
B = 58.8%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#006089 (or 0x006089) is known color: Blue Lagoon. HEX triplet: 00, 60 and 89. RGB value is (0,96,137). Sum of RGB (Red+Green+Blue) = 0+96+137=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #006089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006089 is #FF9F76. Grayscale: #474747. Windows color (decimal): -16752503 or 9003008. OLE color: 9003008.

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

Color convert

RGB 0 96 137 -
CMYK 1 0.30 0 0.46
HSL 197.96º 1% 0.27% -
HSV(B) 197.96º 1% 0.54% -
XYZ 8.7 10.17 25.17 -
YUV 71.97 164.7 76.67 -
System Red Green Blue C M Y K H S L
Decimal 0 96 137 1 0.30 0 0.46 197.96 1 0.27
Hex 0 60 89 64 1E 0 2E C6 64 1B
Octal 0 140 211 144 36 0 56 306 144 33
Binary 0 1100000 10001001 1100100 11110 0 101110 11000110 1100100 11011

Color Harmonies of #006089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006089

Black with #006089

Text Example


Text Example

White with #006089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006089; }

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

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

background-color css

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

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

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

border-color css

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

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

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