Html Css Color HEX #015C69 Blue Lagoon

📋 copy color: '#015C69'

red 1 ◦ green 92 ◦ blue 105

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

Shades of Blue Lagoon #015C69

Tints of Blue Lagoon #015C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.46%

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

R = 0.51%
G = 46.46%
B = 53.03%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015C69 (or 0x015C69) is known color: Blue Lagoon. HEX triplet: 01, 5C and 69. RGB value is (1,92,105). Sum of RGB (Red+Green+Blue) = 1+92+105=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #015C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C69 is #FEA396. Grayscale: #424242. Windows color (decimal): -16688023 or 6904833. OLE color: 6904833.

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

Color convert

RGB 1 92 105 -
CMYK 0.99 0.12 0 0.59
HSL 187.5º 0.98% 0.21% -
HSV(B) 187.5º 0.99% 0.41% -
XYZ 6.39 8.68 14.7 -
YUV 66.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 1 92 105 0.99 0.12 0 0.59 187.5 0.98 0.21
Hex 1 5C 69 63 C 0 3B BC 62 15
Octal 1 134 151 143 14 0 73 274 142 25
Binary 1 1011100 1101001 1100011 1100 0 111011 10111100 1100010 10101

Color Harmonies of #015C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C69

Black with #015C69

Text Example


Text Example

White with #015C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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