Html Css Color HEX #005270 Blue Lagoon

📋 copy color: '#005270'

red 0 ◦ green 82 ◦ blue 112

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

Shades of Blue Lagoon #005270

Tints of Blue Lagoon #005270

RGB

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

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

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

R = 0%
G = 42.27%
B = 57.73%

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

#005270 (or 0x005270) is known color: Blue Lagoon. HEX triplet: 00, 52 and 70. RGB value is (0,82,112). Sum of RGB (Red+Green+Blue) = 0+82+112=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #005270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005270 is #FFAD8F. Grayscale: #3C3C3C. Windows color (decimal): -16756112 or 7361024. OLE color: 7361024.

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

Color convert

RGB 0 82 112 -
CMYK 1 0.27 0 0.56
HSL 196.07º 1% 0.22% -
HSV(B) 196.07º 1% 0.44% -
XYZ 5.94 7.2 16.41 -
YUV 60.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 0 82 112 1 0.27 0 0.56 196.07 1 0.22
Hex 0 52 70 64 1B 0 38 C4 64 16
Octal 0 122 160 144 33 0 70 304 144 26
Binary 0 1010010 1110000 1100100 11011 0 111000 11000100 1100100 10110

Color Harmonies of #005270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005270

Black with #005270

Text Example


Text Example

White with #005270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005270; }

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

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

background-color css

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

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

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

border-color css

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

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

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