Html Css Color HEX #015C6F Blue Lagoon

📋 copy color: '#015C6F'

red 1 ◦ green 92 ◦ blue 111

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

Shades of Blue Lagoon #015C6F

Tints of Blue Lagoon #015C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.41%

R = 0.49%
G = 45.1%
B = 54.41%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015C6F (or 0x015C6F) is known color: Blue Lagoon. HEX triplet: 01, 5C and 6F. RGB value is (1,92,111). Sum of RGB (Red+Green+Blue) = 1+92+111=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #015C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C6F is #FEA390. Grayscale: #424242. Windows color (decimal): -16688017 or 7298049. OLE color: 7298049.

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

Color convert

RGB 1 92 111 -
CMYK 0.99 0.17 0 0.56
HSL 190.36º 0.98% 0.22% -
HSV(B) 190.36º 0.99% 0.44% -
XYZ 6.71 8.81 16.39 -
YUV 66.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 1 92 111 0.99 0.17 0 0.56 190.36 0.98 0.22
Hex 1 5C 6F 63 11 0 38 BE 62 16
Octal 1 134 157 143 21 0 70 276 142 26
Binary 1 1011100 1101111 1100011 10001 0 111000 10111110 1100010 10110

Color Harmonies of #015C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C6F

Black with #015C6F

Text Example


Text Example

White with #015C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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