Html Css Color HEX #01628D Blue Lagoon

📋 copy color: '#01628D'

red 1 ◦ green 98 ◦ blue 141

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

Shades of Blue Lagoon #01628D

Tints of Blue Lagoon #01628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

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

R = 0.42%
G = 40.83%
B = 58.75%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01628D (or 0x01628D) is known color: Blue Lagoon. HEX triplet: 01, 62 and 8D. RGB value is (1,98,141). Sum of RGB (Red+Green+Blue) = 1+98+141=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #01628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01628D is #FE9D72. Grayscale: #494949. Windows color (decimal): -16686451 or 9265665. OLE color: 9265665.

HSL color Cylindrical-coordinate representation of color #01628D: hue angle of 198.43º 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 #01628D is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 98 141 -
CMYK 0.99 0.30 0 0.45
HSL 198.43º 0.99% 0.28% -
HSV(B) 198.43º 0.99% 0.55% -
XYZ 9.19 10.66 26.77 -
YUV 73.9 165.86 76 -
System Red Green Blue C M Y K H S L
Decimal 1 98 141 0.99 0.30 0 0.45 198.43 0.99 0.28
Hex 1 62 8D 63 1E 0 2D C6 63 1C
Octal 1 142 215 143 36 0 55 306 143 34
Binary 1 1100010 10001101 1100011 11110 0 101101 11000110 1100011 11100

Color Harmonies of #01628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01628D

Black with #01628D

Text Example


Text Example

White with #01628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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