Html Css Color HEX #015469 Blue Lagoon

📋 copy color: '#015469'

red 1 ◦ green 84 ◦ blue 105

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

Shades of Blue Lagoon #015469

Tints of Blue Lagoon #015469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.26%

R = 0.53%
G = 44.21%
B = 55.26%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015469 (or 0x015469) is known color: Blue Lagoon. HEX triplet: 01, 54 and 69. RGB value is (1,84,105). Sum of RGB (Red+Green+Blue) = 1+84+105=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #015469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015469 is #FEAB96. Grayscale: #3D3D3D. Windows color (decimal): -16690071 or 6902785. OLE color: 6902785.

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

Color convert

RGB 1 84 105 -
CMYK 0.99 0.20 0 0.59
HSL 192.12º 0.98% 0.21% -
HSV(B) 192.12º 0.99% 0.41% -
XYZ 5.73 7.37 14.48 -
YUV 61.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 1 84 105 0.99 0.20 0 0.59 192.12 0.98 0.21
Hex 1 54 69 63 14 0 3B C0 62 15
Octal 1 124 151 143 24 0 73 300 142 25
Binary 1 1010100 1101001 1100011 10100 0 111011 11000000 1100010 10101

Color Harmonies of #015469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015469

Black with #015469

Text Example


Text Example

White with #015469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015469; }

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

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

background-color css

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

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

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

border-color css

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

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

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