Html Css Color HEX #01506B Blue Lagoon

📋 copy color: '#01506B'

red 1 ◦ green 80 ◦ blue 107

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

Shades of Blue Lagoon #01506B

Tints of Blue Lagoon #01506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 0.53%
G = 42.55%
B = 56.91%

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

#01506B (or 0x01506B) is known color: Blue Lagoon. HEX triplet: 01, 50 and 6B. RGB value is (1,80,107). Sum of RGB (Red+Green+Blue) = 1+80+107=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #01506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01506B is #FEAF94. Grayscale: #3B3B3B. Windows color (decimal): -16691093 or 7032833. OLE color: 7032833.

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

Color convert

RGB 1 80 107 -
CMYK 0.99 0.25 0 0.58
HSL 195.28º 0.98% 0.21% -
HSV(B) 195.28º 0.99% 0.42% -
XYZ 5.54 6.81 14.93 -
YUV 59.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 1 80 107 0.99 0.25 0 0.58 195.28 0.98 0.21
Hex 1 50 6B 63 19 0 3A C3 62 15
Octal 1 120 153 143 31 0 72 303 142 25
Binary 1 1010000 1101011 1100011 11001 0 111010 11000011 1100010 10101

Color Harmonies of #01506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01506B

Black with #01506B

Text Example


Text Example

White with #01506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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