Html Css Color HEX #015363 Blue Lagoon

📋 copy color: '#015363'

red 1 ◦ green 83 ◦ blue 99

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

Shades of Blue Lagoon #015363

Tints of Blue Lagoon #015363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.36%

 BLUE value IS 99 (39.06% from 255) = 54.1%

R = 0.55%
G = 45.36%
B = 54.1%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015363 (or 0x015363) is known color: Blue Lagoon. HEX triplet: 01, 53 and 63. RGB value is (1,83,99). Sum of RGB (Red+Green+Blue) = 1+83+99=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #015363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015363 is #FEAC9C. Grayscale: #3C3C3C. Windows color (decimal): -16690333 or 6509313. OLE color: 6509313.

HSL color Cylindrical-coordinate representation of color #015363: hue angle of 189.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015363 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 83 99 -
CMYK 0.99 0.16 0 0.61
HSL 189.8º 0.98% 0.2% -
HSV(B) 189.8º 0.99% 0.39% -
XYZ 5.36 7.09 12.89 -
YUV 60.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 1 83 99 0.99 0.16 0 0.61 189.8 0.98 0.2
Hex 1 53 63 63 10 0 3D BE 62 14
Octal 1 123 143 143 20 0 75 276 142 24
Binary 1 1010011 1100011 1100011 10000 0 111101 10111110 1100010 10100

Color Harmonies of #015363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015363

Black with #015363

Text Example


Text Example

White with #015363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015363; }

 p { color: rgb(1,83,99); }

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

background-color css

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

 a { background-color: rgb(1,83,99); }

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

border-color css

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

 span { border-color: rgb(1,83,99); }

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