Html Css Color HEX #005370 Blue Lagoon

📋 copy color: '#005370'

red 0 ◦ green 83 ◦ blue 112

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

Shades of Blue Lagoon #005370

Tints of Blue Lagoon #005370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.44%

R = 0%
G = 42.56%
B = 57.44%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005370 (or 0x005370) is known color: Blue Lagoon. HEX triplet: 00, 53 and 70. RGB value is (0,83,112). Sum of RGB (Red+Green+Blue) = 0+83+112=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #005370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005370 is #FFAC8F. Grayscale: #3D3D3D. Windows color (decimal): -16755856 or 7361280. OLE color: 7361280.

HSL color Cylindrical-coordinate representation of color #005370: hue angle of 195.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005370 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 83 112 -
CMYK 1 0.26 0 0.56
HSL 195.54º 1% 0.22% -
HSV(B) 195.54º 1% 0.44% -
XYZ 6.02 7.36 16.43 -
YUV 61.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 0 83 112 1 0.26 0 0.56 195.54 1 0.22
Hex 0 53 70 64 1A 0 38 C4 64 16
Octal 0 123 160 144 32 0 70 304 144 26
Binary 0 1010011 1110000 1100100 11010 0 111000 11000100 1100100 10110

Color Harmonies of #005370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005370

Black with #005370

Text Example


Text Example

White with #005370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005370; }

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

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

background-color css

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

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

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

border-color css

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

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

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