Html Css Color HEX #01647A Blue Lagoon

📋 copy color: '#01647A'

red 1 ◦ green 100 ◦ blue 122

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

Shades of Blue Lagoon #01647A

Tints of Blue Lagoon #01647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

 BLUE value IS 122 (48.05% from 255) = 54.71%

R = 0.45%
G = 44.84%
B = 54.71%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01647A (or 0x01647A) is known color: Blue Lagoon. HEX triplet: 01, 64 and 7A. RGB value is (1,100,122). Sum of RGB (Red+Green+Blue) = 1+100+122=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #01647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01647A is #FE9B85. Grayscale: #484848. Windows color (decimal): -16685958 or 8020993. OLE color: 8020993.

HSL color Cylindrical-coordinate representation of color #01647A: hue angle of 190.91º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01647A is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 100 122 -
CMYK 0.99 0.18 0 0.52
HSL 190.91º 0.98% 0.24% -
HSV(B) 190.91º 0.99% 0.48% -
XYZ 8.08 10.53 20.02 -
YUV 72.91 155.7 76.71 -
System Red Green Blue C M Y K H S L
Decimal 1 100 122 0.99 0.18 0 0.52 190.91 0.98 0.24
Hex 1 64 7A 63 12 0 34 BF 62 18
Octal 1 144 172 143 22 0 64 277 142 30
Binary 1 1100100 1111010 1100011 10010 0 110100 10111111 1100010 11000

Color Harmonies of #01647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01647A

Black with #01647A

Text Example


Text Example

White with #01647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,100,122); }

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

background-color css

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

 a { background-color: rgb(1,100,122); }

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

border-color css

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

 span { border-color: rgb(1,100,122); }

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