Html Css Color HEX #015B67 Blue Lagoon

📋 copy color: '#015B67'

red 1 ◦ green 91 ◦ blue 103

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

Shades of Blue Lagoon #015B67

Tints of Blue Lagoon #015B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.67%

 BLUE value IS 103 (40.63% from 255) = 52.82%

R = 0.51%
G = 46.67%
B = 52.82%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015B67 (or 0x015B67) is known color: Blue Lagoon. HEX triplet: 01, 5B and 67. RGB value is (1,91,103). Sum of RGB (Red+Green+Blue) = 1+91+103=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #015B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B67 is #FEA498. Grayscale: #414141. Windows color (decimal): -16688281 or 6773505. OLE color: 6773505.

HSL color Cylindrical-coordinate representation of color #015B67: hue angle of 187.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B67 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 91 103 -
CMYK 0.99 0.12 0 0.60
HSL 187.06º 0.98% 0.2% -
HSV(B) 187.06º 0.99% 0.4% -
XYZ 6.2 8.47 14.14 -
YUV 65.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 1 91 103 0.99 0.12 0 0.60 187.06 0.98 0.2
Hex 1 5B 67 63 C 0 3C BB 62 14
Octal 1 133 147 143 14 0 74 273 142 24
Binary 1 1011011 1100111 1100011 1100 0 111100 10111011 1100010 10100

Color Harmonies of #015B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B67

Black with #015B67

Text Example


Text Example

White with #015B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,103); }

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

background-color css

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

 a { background-color: rgb(1,91,103); }

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

border-color css

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

 span { border-color: rgb(1,91,103); }

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