Html Css Color HEX #005072 Blue Lagoon

📋 copy color: '#005072'

red 0 ◦ green 80 ◦ blue 114

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

Shades of Blue Lagoon #005072

Tints of Blue Lagoon #005072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 0%
G = 41.24%
B = 58.76%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005072 (or 0x005072) is known color: Blue Lagoon. HEX triplet: 00, 50 and 72. RGB value is (0,80,114). Sum of RGB (Red+Green+Blue) = 0+80+114=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #005072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005072 is #FFAF8D. Grayscale: #3B3B3B. Windows color (decimal): -16756622 or 7491584. OLE color: 7491584.

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

Color convert

RGB 0 80 114 -
CMYK 1 0.30 0 0.55
HSL 197.89º 1% 0.22% -
HSV(B) 197.89º 1% 0.45% -
XYZ 5.91 6.95 16.95 -
YUV 59.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 0 80 114 1 0.30 0 0.55 197.89 1 0.22
Hex 0 50 72 64 1E 0 37 C6 64 16
Octal 0 120 162 144 36 0 67 306 144 26
Binary 0 1010000 1110010 1100100 11110 0 110111 11000110 1100100 10110

Color Harmonies of #005072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005072

Black with #005072

Text Example


Text Example

White with #005072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005072; }

 p { color: rgb(0,80,114); }

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

background-color css

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

 a { background-color: rgb(0,80,114); }

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

border-color css

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

 span { border-color: rgb(0,80,114); }

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