Html Css Color HEX #005678 Blue Lagoon

📋 copy color: '#005678'

red 0 ◦ green 86 ◦ blue 120

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

Shades of Blue Lagoon #005678

Tints of Blue Lagoon #005678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

 BLUE value IS 120 (47.27% from 255) = 58.25%

R = 0%
G = 41.75%
B = 58.25%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005678 (or 0x005678) is known color: Blue Lagoon. HEX triplet: 00, 56 and 78. RGB value is (0,86,120). Sum of RGB (Red+Green+Blue) = 0+86+120=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #005678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005678 is #FFA987. Grayscale: #3F3F3F. Windows color (decimal): -16755080 or 7886336. OLE color: 7886336.

HSL color Cylindrical-coordinate representation of color #005678: hue angle of 197º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005678 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 86 120 -
CMYK 1 0.28 0 0.53
HSL 197º 1% 0.24% -
HSV(B) 197º 1% 0.47% -
XYZ 6.72 8.01 18.96 -
YUV 64.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 0 86 120 1 0.28 0 0.53 197 1 0.24
Hex 0 56 78 64 1C 0 35 C5 64 18
Octal 0 126 170 144 34 0 65 305 144 30
Binary 0 1010110 1111000 1100100 11100 0 110101 11000101 1100100 11000

Color Harmonies of #005678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005678

Black with #005678

Text Example


Text Example

White with #005678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005678; }

 p { color: rgb(0,86,120); }

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

background-color css

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

 a { background-color: rgb(0,86,120); }

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

border-color css

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

 span { border-color: rgb(0,86,120); }

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