Html Css Color HEX #01618D Blue Lagoon

📋 copy color: '#01618D'

red 1 ◦ green 97 ◦ blue 141

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

Shades of Blue Lagoon #01618D

Tints of Blue Lagoon #01618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59%

R = 0.42%
G = 40.59%
B = 59%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01618D (or 0x01618D) is known color: Blue Lagoon. HEX triplet: 01, 61 and 8D. RGB value is (1,97,141). Sum of RGB (Red+Green+Blue) = 1+97+141=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #01618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01618D is #FE9E72. Grayscale: #494949. Windows color (decimal): -16686707 or 9265409. OLE color: 9265409.

HSL color Cylindrical-coordinate representation of color #01618D: hue angle of 198.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01618D is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 97 141 -
CMYK 0.99 0.31 0 0.45
HSL 198.86º 0.99% 0.28% -
HSV(B) 198.86º 0.99% 0.55% -
XYZ 9.09 10.48 26.74 -
YUV 73.31 166.2 76.42 -
System Red Green Blue C M Y K H S L
Decimal 1 97 141 0.99 0.31 0 0.45 198.86 0.99 0.28
Hex 1 61 8D 63 1F 0 2D C7 63 1C
Octal 1 141 215 143 37 0 55 307 143 34
Binary 1 1100001 10001101 1100011 11111 0 101101 11000111 1100011 11100

Color Harmonies of #01618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01618D

Black with #01618D

Text Example


Text Example

White with #01618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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