Html Css Color HEX #015562 Blue Lagoon

📋 copy color: '#015562'

red 1 ◦ green 85 ◦ blue 98

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

Shades of Blue Lagoon #015562

Tints of Blue Lagoon #015562

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

 GREEN value IS 85 (33.59% from 255) = 46.2%

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 0.54%
G = 46.2%
B = 53.26%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015562 (or 0x015562) is known color: Blue Lagoon. HEX triplet: 01, 55 and 62. RGB value is (1,85,98). Sum of RGB (Red+Green+Blue) = 1+85+98=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #015562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015562 is #FEAA9D. Grayscale: #3D3D3D. Windows color (decimal): -16689822 or 6444289. OLE color: 6444289.

HSL color Cylindrical-coordinate representation of color #015562: hue angle of 188.04º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015562 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 85 98 -
CMYK 0.99 0.13 0 0.62
HSL 188.04º 0.98% 0.19% -
HSV(B) 188.04º 0.99% 0.38% -
XYZ 5.47 7.39 12.69 -
YUV 61.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 1 85 98 0.99 0.13 0 0.62 188.04 0.98 0.19
Hex 1 55 62 63 D 0 3E BC 62 13
Octal 1 125 142 143 15 0 76 274 142 23
Binary 1 1010101 1100010 1100011 1101 0 111110 10111100 1100010 10011

Color Harmonies of #015562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015562

Black with #015562

Text Example


Text Example

White with #015562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015562; }

 p { color: rgb(1,85,98); }

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

background-color css

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

 a { background-color: rgb(1,85,98); }

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

border-color css

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

 span { border-color: rgb(1,85,98); }

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