Html Css Color HEX #005376 Blue Lagoon

📋 copy color: '#005376'

red 0 ◦ green 83 ◦ blue 118

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

Shades of Blue Lagoon #005376

Tints of Blue Lagoon #005376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 0%
G = 41.29%
B = 58.71%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005376 (or 0x005376) is known color: Blue Lagoon. HEX triplet: 00, 53 and 76. RGB value is (0,83,118). Sum of RGB (Red+Green+Blue) = 0+83+118=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #005376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005376 is #FFAC89. Grayscale: #3D3D3D. Windows color (decimal): -16755850 or 7754496. OLE color: 7754496.

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

Color convert

RGB 0 83 118 -
CMYK 1 0.30 0 0.54
HSL 197.8º 1% 0.23% -
HSV(B) 197.8º 1% 0.46% -
XYZ 6.36 7.49 18.25 -
YUV 62.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 0 83 118 1 0.30 0 0.54 197.8 1 0.23
Hex 0 53 76 64 1E 0 36 C6 64 17
Octal 0 123 166 144 36 0 66 306 144 27
Binary 0 1010011 1110110 1100100 11110 0 110110 11000110 1100100 10111

Color Harmonies of #005376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005376

Black with #005376

Text Example


Text Example

White with #005376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005376; }

 p { color: rgb(0,83,118); }

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

background-color css

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

 a { background-color: rgb(0,83,118); }

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

border-color css

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

 span { border-color: rgb(0,83,118); }

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