Html Css Color HEX #015F67 Blue Lagoon

📋 copy color: '#015F67'

red 1 ◦ green 95 ◦ blue 103

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

Shades of Blue Lagoon #015F67

Tints of Blue Lagoon #015F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.74%

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

R = 0.5%
G = 47.74%
B = 51.76%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015F67 (or 0x015F67) is known color: Blue Lagoon. HEX triplet: 01, 5F and 67. RGB value is (1,95,103). Sum of RGB (Red+Green+Blue) = 1+95+103=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #015F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F67 is #FEA098. Grayscale: #434343. Windows color (decimal): -16687257 or 6774529. OLE color: 6774529.

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

Color convert

RGB 1 95 103 -
CMYK 0.99 0.08 0 0.60
HSL 184.71º 0.98% 0.2% -
HSV(B) 184.71º 0.99% 0.4% -
XYZ 6.55 9.17 14.26 -
YUV 67.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 1 95 103 0.99 0.08 0 0.60 184.71 0.98 0.2
Hex 1 5F 67 63 8 0 3C B9 62 14
Octal 1 137 147 143 10 0 74 271 142 24
Binary 1 1011111 1100111 1100011 1000 0 111100 10111001 1100010 10100

Color Harmonies of #015F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F67

Black with #015F67

Text Example


Text Example

White with #015F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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