Html Css Color HEX #005273 Blue Lagoon

📋 copy color: '#005273'

red 0 ◦ green 82 ◦ blue 115

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

Shades of Blue Lagoon #005273

Tints of Blue Lagoon #005273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 115 (45.31% from 255) = 58.38%

R = 0%
G = 41.62%
B = 58.38%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005273 (or 0x005273) is known color: Blue Lagoon. HEX triplet: 00, 52 and 73. RGB value is (0,82,115). Sum of RGB (Red+Green+Blue) = 0+82+115=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #005273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005273 is #FFAD8C. Grayscale: #3D3D3D. Windows color (decimal): -16756109 or 7557632. OLE color: 7557632.

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

Color convert

RGB 0 82 115 -
CMYK 1 0.29 0 0.55
HSL 197.22º 1% 0.23% -
HSV(B) 197.22º 1% 0.45% -
XYZ 6.11 7.27 17.3 -
YUV 61.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 0 82 115 1 0.29 0 0.55 197.22 1 0.23
Hex 0 52 73 64 1D 0 37 C5 64 17
Octal 0 122 163 144 35 0 67 305 144 27
Binary 0 1010010 1110011 1100100 11101 0 110111 11000101 1100100 10111

Color Harmonies of #005273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005273

Black with #005273

Text Example


Text Example

White with #005273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005273; }

 p { color: rgb(0,82,115); }

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

background-color css

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

 a { background-color: rgb(0,82,115); }

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

border-color css

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

 span { border-color: rgb(0,82,115); }

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