Html Css Color HEX #01526C Blue Lagoon

📋 copy color: '#01526C'

red 1 ◦ green 82 ◦ blue 108

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

Shades of Blue Lagoon #01526C

Tints of Blue Lagoon #01526C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 0.52%
G = 42.93%
B = 56.54%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01526C (or 0x01526C) is known color: Blue Lagoon. HEX triplet: 01, 52 and 6C. RGB value is (1,82,108). Sum of RGB (Red+Green+Blue) = 1+82+108=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #01526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01526C is #FEAD93. Grayscale: #3C3C3C. Windows color (decimal): -16690580 or 7098881. OLE color: 7098881.

HSL color Cylindrical-coordinate representation of color #01526C: hue angle of 194.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01526C is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 82 108 -
CMYK 0.99 0.24 0 0.58
HSL 194.58º 0.98% 0.21% -
HSV(B) 194.58º 0.99% 0.42% -
XYZ 5.74 7.12 15.26 -
YUV 60.75 154.66 85.39 -
System Red Green Blue C M Y K H S L
Decimal 1 82 108 0.99 0.24 0 0.58 194.58 0.98 0.21
Hex 1 52 6C 63 18 0 3A C3 62 15
Octal 1 122 154 143 30 0 72 303 142 25
Binary 1 1010010 1101100 1100011 11000 0 111010 11000011 1100010 10101

Color Harmonies of #01526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01526C

Black with #01526C

Text Example


Text Example

White with #01526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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