Html Css Color HEX #01647B Blue Lagoon

📋 copy color: '#01647B'

red 1 ◦ green 100 ◦ blue 123

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

Shades of Blue Lagoon #01647B

Tints of Blue Lagoon #01647B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 0.45%
G = 44.64%
B = 54.91%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01647B (or 0x01647B) is known color: Blue Lagoon. HEX triplet: 01, 64 and 7B. RGB value is (1,100,123). Sum of RGB (Red+Green+Blue) = 1+100+123=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #01647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01647B is #FE9B84. Grayscale: #484848. Windows color (decimal): -16685957 or 8086529. OLE color: 8086529.

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

Color convert

RGB 1 100 123 -
CMYK 0.99 0.19 0 0.52
HSL 191.31º 0.98% 0.24% -
HSV(B) 191.31º 0.99% 0.48% -
XYZ 8.14 10.55 20.35 -
YUV 73.02 156.2 76.63 -
System Red Green Blue C M Y K H S L
Decimal 1 100 123 0.99 0.19 0 0.52 191.31 0.98 0.24
Hex 1 64 7B 63 13 0 34 BF 62 18
Octal 1 144 173 143 23 0 64 277 142 30
Binary 1 1100100 1111011 1100011 10011 0 110100 10111111 1100010 11000

Color Harmonies of #01647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01647B

Black with #01647B

Text Example


Text Example

White with #01647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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