Html Css Color HEX #01617B Blue Lagoon

📋 copy color: '#01617B'

red 1 ◦ green 97 ◦ blue 123

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

Shades of Blue Lagoon #01617B

Tints of Blue Lagoon #01617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.89%

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

R = 0.45%
G = 43.89%
B = 55.66%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01617B (or 0x01617B) is known color: Blue Lagoon. HEX triplet: 01, 61 and 7B. RGB value is (1,97,123). Sum of RGB (Red+Green+Blue) = 1+97+123=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #01617B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01617B is #FE9E84. Grayscale: #474747. Windows color (decimal): -16686725 or 8085761. OLE color: 8085761.

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

Color convert

RGB 1 97 123 -
CMYK 0.99 0.21 0 0.52
HSL 192.79º 0.98% 0.24% -
HSV(B) 192.79º 0.99% 0.48% -
XYZ 7.86 9.99 20.25 -
YUV 71.26 157.2 77.89 -
System Red Green Blue C M Y K H S L
Decimal 1 97 123 0.99 0.21 0 0.52 192.79 0.98 0.24
Hex 1 61 7B 63 15 0 34 C1 62 18
Octal 1 141 173 143 25 0 64 301 142 30
Binary 1 1100001 1111011 1100011 10101 0 110100 11000001 1100010 11000

Color Harmonies of #01617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01617B

Black with #01617B

Text Example


Text Example

White with #01617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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