Html Css Color HEX #015C6E Blue Lagoon

📋 copy color: '#015C6E'

red 1 ◦ green 92 ◦ blue 110

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

Shades of Blue Lagoon #015C6E

Tints of Blue Lagoon #015C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 0.49%
G = 45.32%
B = 54.19%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#015C6E (or 0x015C6E) is known color: Blue Lagoon. HEX triplet: 01, 5C and 6E. RGB value is (1,92,110). Sum of RGB (Red+Green+Blue) = 1+92+110=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #015C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C6E is #FEA391. Grayscale: #424242. Windows color (decimal): -16688018 or 7232513. OLE color: 7232513.

HSL color Cylindrical-coordinate representation of color #015C6E: hue angle of 189.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C6E is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 92 110 -
CMYK 0.99 0.16 0 0.57
HSL 189.91º 0.98% 0.22% -
HSV(B) 189.91º 0.99% 0.43% -
XYZ 6.65 8.79 16.1 -
YUV 66.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 1 92 110 0.99 0.16 0 0.57 189.91 0.98 0.22
Hex 1 5C 6E 63 10 0 39 BE 62 16
Octal 1 134 156 143 20 0 71 276 142 26
Binary 1 1011100 1101110 1100011 10000 0 111001 10111110 1100010 10110

Color Harmonies of #015C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C6E

Black with #015C6E

Text Example


Text Example

White with #015C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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