Html Css Color HEX #005371 Blue Lagoon

📋 copy color: '#005371'

red 0 ◦ green 83 ◦ blue 113

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

Shades of Blue Lagoon #005371

Tints of Blue Lagoon #005371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 0%
G = 42.35%
B = 57.65%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005371 (or 0x005371) is known color: Blue Lagoon. HEX triplet: 00, 53 and 71. RGB value is (0,83,113). Sum of RGB (Red+Green+Blue) = 0+83+113=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #005371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005371 is #FFAC8E. Grayscale: #3D3D3D. Windows color (decimal): -16755855 or 7426816. OLE color: 7426816.

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

Color convert

RGB 0 83 113 -
CMYK 1 0.27 0 0.56
HSL 195.93º 1% 0.22% -
HSV(B) 195.93º 1% 0.44% -
XYZ 6.07 7.38 16.73 -
YUV 61.6 157 84.06 -
System Red Green Blue C M Y K H S L
Decimal 0 83 113 1 0.27 0 0.56 195.93 1 0.22
Hex 0 53 71 64 1B 0 38 C4 64 16
Octal 0 123 161 144 33 0 70 304 144 26
Binary 0 1010011 1110001 1100100 11011 0 111000 11000100 1100100 10110

Color Harmonies of #005371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005371

Black with #005371

Text Example


Text Example

White with #005371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005371; }

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

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

background-color css

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

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

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

border-color css

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

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

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