Html Css Color HEX #01506A Blue Lagoon

📋 copy color: '#01506A'

red 1 ◦ green 80 ◦ blue 106

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

Shades of Blue Lagoon #01506A

Tints of Blue Lagoon #01506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 0.53%
G = 42.78%
B = 56.68%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01506A (or 0x01506A) is known color: Blue Lagoon. HEX triplet: 01, 50 and 6A. RGB value is (1,80,106). Sum of RGB (Red+Green+Blue) = 1+80+106=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #01506A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01506A is #FEAF95. Grayscale: #3B3B3B. Windows color (decimal): -16691094 or 6967297. OLE color: 6967297.

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

Color convert

RGB 1 80 106 -
CMYK 0.99 0.25 0 0.58
HSL 194.86º 0.98% 0.21% -
HSV(B) 194.86º 0.99% 0.42% -
XYZ 5.48 6.78 14.66 -
YUV 59.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 1 80 106 0.99 0.25 0 0.58 194.86 0.98 0.21
Hex 1 50 6A 63 19 0 3A C3 62 15
Octal 1 120 152 143 31 0 72 303 142 25
Binary 1 1010000 1101010 1100011 11001 0 111010 11000011 1100010 10101

Color Harmonies of #01506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01506A

Black with #01506A

Text Example


Text Example

White with #01506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01506A; }

 p { color: rgb(1,80,106); }

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

background-color css

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

 a { background-color: rgb(1,80,106); }

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

border-color css

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

 span { border-color: rgb(1,80,106); }

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