Html Css Color HEX #056085 Blue Lagoon

📋 copy color: '#056085'

red 5 ◦ green 96 ◦ blue 133

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

Shades of Blue Lagoon #056085

Tints of Blue Lagoon #056085

RGB

 RED value IS 5 (2.34% from 255) = 2.14%

 GREEN value IS 96 (37.89% from 255) = 41.03%

 BLUE value IS 133 (52.34% from 255) = 56.84%

R = 2.14%
G = 41.03%
B = 56.84%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#056085 (or 0x056085) is known color: Blue Lagoon. HEX triplet: 05, 60 and 85. RGB value is (5,96,133). Sum of RGB (Red+Green+Blue) = 5+96+133=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #056085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056085 is #FA9F7A. Grayscale: #484848. Windows color (decimal): -16424827 or 8740869. OLE color: 8740869.

HSL color Cylindrical-coordinate representation of color #056085: hue angle of 197.34º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056085 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 96 133 -
CMYK 0.96 0.28 0 0.48
HSL 197.34º 0.93% 0.27% -
HSV(B) 197.34º 0.96% 0.52% -
XYZ 8.48 10.09 23.69 -
YUV 73.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 5 96 133 0.96 0.28 0 0.48 197.34 0.93 0.27
Hex 5 60 85 60 1C 0 30 C5 5D 1B
Octal 5 140 205 140 34 0 60 305 135 33
Binary 101 1100000 10000101 1100000 11100 0 110000 11000101 1011101 11011

Color Harmonies of #056085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056085

Black with #056085

Text Example


Text Example

White with #056085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056085; }

 p { color: rgb(5,96,133); }

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

background-color css

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

 a { background-color: rgb(5,96,133); }

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

border-color css

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

 span { border-color: rgb(5,96,133); }

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