Html Css Color HEX #01647D Blue Lagoon

📋 copy color: '#01647D'

red 1 ◦ green 100 ◦ blue 125

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

Shades of Blue Lagoon #01647D

Tints of Blue Lagoon #01647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 0.44%
G = 44.25%
B = 55.31%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01647D (or 0x01647D) is known color: Blue Lagoon. HEX triplet: 01, 64 and 7D. RGB value is (1,100,125). Sum of RGB (Red+Green+Blue) = 1+100+125=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #01647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01647D is #FE9B82. Grayscale: #494949. Windows color (decimal): -16685955 or 8217601. OLE color: 8217601.

HSL color Cylindrical-coordinate representation of color #01647D: hue angle of 192.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01647D is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 100 125 -
CMYK 0.99 0.2 0 0.51
HSL 192.1º 0.98% 0.25% -
HSV(B) 192.1º 0.99% 0.49% -
XYZ 8.27 10.6 21.01 -
YUV 73.25 157.2 76.47 -
System Red Green Blue C M Y K H S L
Decimal 1 100 125 0.99 0.2 0 0.51 192.1 0.98 0.25
Hex 1 64 7D 63 14 0 33 C0 62 19
Octal 1 144 175 143 24 0 63 300 142 31
Binary 1 1100100 1111101 1100011 10100 0 110011 11000000 1100010 11001

Color Harmonies of #01647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01647D

Black with #01647D

Text Example


Text Example

White with #01647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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