Html Css Color HEX #005361 Blue Lagoon

📋 copy color: '#005361'

red 0 ◦ green 83 ◦ blue 97

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

Shades of Blue Lagoon #005361

Tints of Blue Lagoon #005361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.89%

R = 0%
G = 46.11%
B = 53.89%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005361 (or 0x005361) is known color: Blue Lagoon. HEX triplet: 00, 53 and 61. RGB value is (0,83,97). Sum of RGB (Red+Green+Blue) = 0+83+97=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #005361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005361 is #FFAC9E. Grayscale: #3B3B3B. Windows color (decimal): -16755871 or 6378240. OLE color: 6378240.

HSL color Cylindrical-coordinate representation of color #005361: hue angle of 188.66º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005361 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 83 97 -
CMYK 1 0.14 0 0.62
HSL 188.66º 1% 0.19% -
HSV(B) 188.66º 1% 0.38% -
XYZ 5.25 7.05 12.39 -
YUV 59.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 0 83 97 1 0.14 0 0.62 188.66 1 0.19
Hex 0 53 61 64 E 0 3E BD 64 13
Octal 0 123 141 144 16 0 76 275 144 23
Binary 0 1010011 1100001 1100100 1110 0 111110 10111101 1100100 10011

Color Harmonies of #005361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005361

Black with #005361

Text Example


Text Example

White with #005361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005361; }

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

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

background-color css

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

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

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

border-color css

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

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

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