Html Css Color HEX #006379 Blue Lagoon

📋 copy color: '#006379'

red 0 ◦ green 99 ◦ blue 121

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

Shades of Blue Lagoon #006379

Tints of Blue Lagoon #006379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55%

R = 0%
G = 45%
B = 55%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#006379 (or 0x006379) is known color: Blue Lagoon. HEX triplet: 00, 63 and 79. RGB value is (0,99,121). Sum of RGB (Red+Green+Blue) = 0+99+121=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #006379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006379 is #FF9C86. Grayscale: #474747. Windows color (decimal): -16751751 or 7955200. OLE color: 7955200.

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

Color convert

RGB 0 99 121 -
CMYK 1 0.18 0 0.53
HSL 190.91º 1% 0.24% -
HSV(B) 190.91º 1% 0.47% -
XYZ 7.91 10.3 19.66 -
YUV 71.91 155.7 76.71 -
System Red Green Blue C M Y K H S L
Decimal 0 99 121 1 0.18 0 0.53 190.91 1 0.24
Hex 0 63 79 64 12 0 35 BF 64 18
Octal 0 143 171 144 22 0 65 277 144 30
Binary 0 1100011 1111001 1100100 10010 0 110101 10111111 1100100 11000

Color Harmonies of #006379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006379

Black with #006379

Text Example


Text Example

White with #006379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006379; }

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

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

background-color css

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

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

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

border-color css

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

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

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