Html Css Color HEX #01526D Blue Lagoon

📋 copy color: '#01526D'

red 1 ◦ green 82 ◦ blue 109

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

Shades of Blue Lagoon #01526D

Tints of Blue Lagoon #01526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.71%

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

R = 0.52%
G = 42.71%
B = 56.77%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01526D (or 0x01526D) is known color: Blue Lagoon. HEX triplet: 01, 52 and 6D. RGB value is (1,82,109). Sum of RGB (Red+Green+Blue) = 1+82+109=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #01526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01526D is #FEAD92. Grayscale: #3C3C3C. Windows color (decimal): -16690579 or 7164417. OLE color: 7164417.

HSL color Cylindrical-coordinate representation of color #01526D: hue angle of 195º 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 #01526D is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 82 109 -
CMYK 0.99 0.25 0 0.57
HSL 195º 0.98% 0.22% -
HSV(B) 195º 0.99% 0.43% -
XYZ 5.79 7.15 15.54 -
YUV 60.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 1 82 109 0.99 0.25 0 0.57 195 0.98 0.22
Hex 1 52 6D 63 19 0 39 C3 62 16
Octal 1 122 155 143 31 0 71 303 142 26
Binary 1 1010010 1101101 1100011 11001 0 111001 11000011 1100010 10110

Color Harmonies of #01526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01526D

Black with #01526D

Text Example


Text Example

White with #01526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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