Html Css Color HEX #005274 Blue Lagoon

📋 copy color: '#005274'

red 0 ◦ green 82 ◦ blue 116

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

Shades of Blue Lagoon #005274

Tints of Blue Lagoon #005274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.59%

R = 0%
G = 41.41%
B = 58.59%

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

#005274 (or 0x005274) is known color: Blue Lagoon. HEX triplet: 00, 52 and 74. RGB value is (0,82,116). Sum of RGB (Red+Green+Blue) = 0+82+116=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #005274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005274 is #FFAD8B. Grayscale: #3D3D3D. Windows color (decimal): -16756108 or 7623168. OLE color: 7623168.

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

Color convert

RGB 0 82 116 -
CMYK 1 0.29 0 0.55
HSL 197.59º 1% 0.23% -
HSV(B) 197.59º 1% 0.45% -
XYZ 6.17 7.3 17.61 -
YUV 61.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 0 82 116 1 0.29 0 0.55 197.59 1 0.23
Hex 0 52 74 64 1D 0 37 C6 64 17
Octal 0 122 164 144 35 0 67 306 144 27
Binary 0 1010010 1110100 1100100 11101 0 110111 11000110 1100100 10111

Color Harmonies of #005274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005274

Black with #005274

Text Example


Text Example

White with #005274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005274; }

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

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

background-color css

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

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

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

border-color css

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

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

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