Html Css Color HEX #015369 Blue Lagoon

📋 copy color: '#015369'

red 1 ◦ green 83 ◦ blue 105

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

Shades of Blue Lagoon #015369

Tints of Blue Lagoon #015369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

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

R = 0.53%
G = 43.92%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015369 (or 0x015369) is known color: Blue Lagoon. HEX triplet: 01, 53 and 69. RGB value is (1,83,105). Sum of RGB (Red+Green+Blue) = 1+83+105=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #015369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015369 is #FEAC96. Grayscale: #3C3C3C. Windows color (decimal): -16690327 or 6902529. OLE color: 6902529.

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

Color convert

RGB 1 83 105 -
CMYK 0.99 0.21 0 0.59
HSL 192.69º 0.98% 0.21% -
HSV(B) 192.69º 0.99% 0.41% -
XYZ 5.66 7.21 14.46 -
YUV 60.99 152.83 85.21 -
System Red Green Blue C M Y K H S L
Decimal 1 83 105 0.99 0.21 0 0.59 192.69 0.98 0.21
Hex 1 53 69 63 15 0 3B C1 62 15
Octal 1 123 151 143 25 0 73 301 142 25
Binary 1 1010011 1101001 1100011 10101 0 111011 11000001 1100010 10101

Color Harmonies of #015369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015369

Black with #015369

Text Example


Text Example

White with #015369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015369; }

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

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

background-color css

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

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

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

border-color css

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

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

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