Html Css Color HEX #005362 Blue Lagoon

📋 copy color: '#005362'

red 0 ◦ green 83 ◦ blue 98

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

Shades of Blue Lagoon #005362

Tints of Blue Lagoon #005362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 0%
G = 45.86%
B = 54.14%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005362 (or 0x005362) is known color: Blue Lagoon. HEX triplet: 00, 53 and 62. RGB value is (0,83,98). Sum of RGB (Red+Green+Blue) = 0+83+98=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #005362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005362 is #FFAC9D. Grayscale: #3B3B3B. Windows color (decimal): -16755870 or 6443776. OLE color: 6443776.

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

Color convert

RGB 0 83 98 -
CMYK 1 0.15 0 0.62
HSL 189.18º 1% 0.19% -
HSV(B) 189.18º 1% 0.38% -
XYZ 5.3 7.07 12.64 -
YUV 59.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 0 83 98 1 0.15 0 0.62 189.18 1 0.19
Hex 0 53 62 64 F 0 3E BD 64 13
Octal 0 123 142 144 17 0 76 275 144 23
Binary 0 1010011 1100010 1100100 1111 0 111110 10111101 1100100 10011

Color Harmonies of #005362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005362

Black with #005362

Text Example


Text Example

White with #005362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005362; }

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

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

background-color css

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

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

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

border-color css

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

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

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