Html Css Color HEX #015468 Blue Lagoon

📋 copy color: '#015468'

red 1 ◦ green 84 ◦ blue 104

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

Shades of Blue Lagoon #015468

Tints of Blue Lagoon #015468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

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

R = 0.53%
G = 44.44%
B = 55.03%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015468 (or 0x015468) is known color: Blue Lagoon. HEX triplet: 01, 54 and 68. RGB value is (1,84,104). Sum of RGB (Red+Green+Blue) = 1+84+104=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #015468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015468 is #FEAB97. Grayscale: #3D3D3D. Windows color (decimal): -16690072 or 6837249. OLE color: 6837249.

HSL color Cylindrical-coordinate representation of color #015468: hue angle of 191.65º 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 #015468 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 84 104 -
CMYK 0.99 0.19 0 0.59
HSL 191.65º 0.98% 0.21% -
HSV(B) 191.65º 0.99% 0.41% -
XYZ 5.68 7.35 14.22 -
YUV 61.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 1 84 104 0.99 0.19 0 0.59 191.65 0.98 0.21
Hex 1 54 68 63 13 0 3B C0 62 15
Octal 1 124 150 143 23 0 73 300 142 25
Binary 1 1010100 1101000 1100011 10011 0 111011 11000000 1100010 10101

Color Harmonies of #015468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015468

Black with #015468

Text Example


Text Example

White with #015468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015468; }

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

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

background-color css

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

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

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

border-color css

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

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

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