Html Css Color HEX #005275 Blue Lagoon

📋 copy color: '#005275'

red 0 ◦ green 82 ◦ blue 117

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

Shades of Blue Lagoon #005275

Tints of Blue Lagoon #005275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 0%
G = 41.21%
B = 58.79%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005275 (or 0x005275) is known color: Blue Lagoon. HEX triplet: 00, 52 and 75. RGB value is (0,82,117). Sum of RGB (Red+Green+Blue) = 0+82+117=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #005275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005275 is #FFAD8A. Grayscale: #3D3D3D. Windows color (decimal): -16756107 or 7688704. OLE color: 7688704.

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

Color convert

RGB 0 82 117 -
CMYK 1 0.30 0 0.54
HSL 197.95º 1% 0.23% -
HSV(B) 197.95º 1% 0.46% -
XYZ 6.23 7.32 17.91 -
YUV 61.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 0 82 117 1 0.30 0 0.54 197.95 1 0.23
Hex 0 52 75 64 1E 0 36 C6 64 17
Octal 0 122 165 144 36 0 66 306 144 27
Binary 0 1010010 1110101 1100100 11110 0 110110 11000110 1100100 10111

Color Harmonies of #005275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005275

Black with #005275

Text Example


Text Example

White with #005275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005275; }

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

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

background-color css

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

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

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

border-color css

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

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

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