Html Css Color HEX #015364 Blue Lagoon

📋 copy color: '#015364'

red 1 ◦ green 83 ◦ blue 100

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

Shades of Blue Lagoon #015364

Tints of Blue Lagoon #015364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.35%

R = 0.54%
G = 45.11%
B = 54.35%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015364 (or 0x015364) is known color: Blue Lagoon. HEX triplet: 01, 53 and 64. RGB value is (1,83,100). Sum of RGB (Red+Green+Blue) = 1+83+100=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #015364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015364 is #FEAC9B. Grayscale: #3C3C3C. Windows color (decimal): -16690332 or 6574849. OLE color: 6574849.

HSL color Cylindrical-coordinate representation of color #015364: hue angle of 190.3º 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 #015364 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 83 100 -
CMYK 0.99 0.17 0 0.61
HSL 190.3º 0.98% 0.2% -
HSV(B) 190.3º 0.99% 0.39% -
XYZ 5.41 7.11 13.14 -
YUV 60.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 1 83 100 0.99 0.17 0 0.61 190.3 0.98 0.2
Hex 1 53 64 63 11 0 3D BE 62 14
Octal 1 123 144 143 21 0 75 276 142 24
Binary 1 1010011 1100100 1100011 10001 0 111101 10111110 1100010 10100

Color Harmonies of #015364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015364

Black with #015364

Text Example


Text Example

White with #015364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015364; }

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

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

background-color css

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

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

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

border-color css

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

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

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