Html Css Color HEX #015968 Blue Lagoon

📋 copy color: '#015968'

red 1 ◦ green 89 ◦ blue 104

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

Shades of Blue Lagoon #015968

Tints of Blue Lagoon #015968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.88%

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 0.52%
G = 45.88%
B = 53.61%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015968 (or 0x015968) is known color: Blue Lagoon. HEX triplet: 01, 59 and 68. RGB value is (1,89,104). Sum of RGB (Red+Green+Blue) = 1+89+104=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #015968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015968 is #FEA697. Grayscale: #404040. Windows color (decimal): -16688792 or 6838529. OLE color: 6838529.

HSL color Cylindrical-coordinate representation of color #015968: hue angle of 188.74º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015968 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 89 104 -
CMYK 0.99 0.14 0 0.59
HSL 188.74º 0.98% 0.21% -
HSV(B) 188.74º 0.99% 0.41% -
XYZ 6.08 8.15 14.35 -
YUV 64.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 1 89 104 0.99 0.14 0 0.59 188.74 0.98 0.21
Hex 1 59 68 63 E 0 3B BD 62 15
Octal 1 131 150 143 16 0 73 275 142 25
Binary 1 1011001 1101000 1100011 1110 0 111011 10111101 1100010 10101

Color Harmonies of #015968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015968

Black with #015968

Text Example


Text Example

White with #015968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015968; }

 p { color: rgb(1,89,104); }

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

background-color css

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

 a { background-color: rgb(1,89,104); }

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

border-color css

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

 span { border-color: rgb(1,89,104); }

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