Html Css Color HEX #01536D Blue Lagoon

📋 copy color: '#01536D'

red 1 ◦ green 83 ◦ blue 109

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

Shades of Blue Lagoon #01536D

Tints of Blue Lagoon #01536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 0.52%
G = 43.01%
B = 56.48%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01536D (or 0x01536D) is known color: Blue Lagoon. HEX triplet: 01, 53 and 6D. RGB value is (1,83,109). Sum of RGB (Red+Green+Blue) = 1+83+109=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #01536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01536D is #FEAC92. Grayscale: #3D3D3D. Windows color (decimal): -16690323 or 7164673. OLE color: 7164673.

HSL color Cylindrical-coordinate representation of color #01536D: hue angle of 194.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01536D is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 83 109 -
CMYK 0.99 0.24 0 0.57
HSL 194.44º 0.98% 0.22% -
HSV(B) 194.44º 0.99% 0.43% -
XYZ 5.87 7.3 15.57 -
YUV 61.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 1 83 109 0.99 0.24 0 0.57 194.44 0.98 0.22
Hex 1 53 6D 63 18 0 39 C2 62 16
Octal 1 123 155 143 30 0 71 302 142 26
Binary 1 1010011 1101101 1100011 11000 0 111001 11000010 1100010 10110

Color Harmonies of #01536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01536D

Black with #01536D

Text Example


Text Example

White with #01536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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