Html Css Color HEX #006389 Blue Lagoon

📋 copy color: '#006389'

red 0 ◦ green 99 ◦ blue 137

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

Shades of Blue Lagoon #006389

Tints of Blue Lagoon #006389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 0%
G = 41.95%
B = 58.05%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#006389 (or 0x006389) is known color: Blue Lagoon. HEX triplet: 00, 63 and 89. RGB value is (0,99,137). Sum of RGB (Red+Green+Blue) = 0+99+137=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #006389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006389 is #FF9C76. Grayscale: #494949. Windows color (decimal): -16751735 or 9003776. OLE color: 9003776.

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

Color convert

RGB 0 99 137 -
CMYK 1 0.28 0 0.46
HSL 196.64º 1% 0.27% -
HSV(B) 196.64º 1% 0.54% -
XYZ 8.98 10.73 25.26 -
YUV 73.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 0 99 137 1 0.28 0 0.46 196.64 1 0.27
Hex 0 63 89 64 1C 0 2E C5 64 1B
Octal 0 143 211 144 34 0 56 305 144 33
Binary 0 1100011 10001001 1100100 11100 0 101110 11000101 1100100 11011

Color Harmonies of #006389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006389

Black with #006389

Text Example


Text Example

White with #006389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006389; }

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

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

background-color css

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

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

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

border-color css

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

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

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