Html Css Color HEX #01628E Blue Lagoon

📋 copy color: '#01628E'

red 1 ◦ green 98 ◦ blue 142

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

Shades of Blue Lagoon #01628E

Tints of Blue Lagoon #01628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 0.41%
G = 40.66%
B = 58.92%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01628E (or 0x01628E) is known color: Blue Lagoon. HEX triplet: 01, 62 and 8E. RGB value is (1,98,142). Sum of RGB (Red+Green+Blue) = 1+98+142=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #01628E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01628E is #FE9D71. Grayscale: #494949. Windows color (decimal): -16686450 or 9331201. OLE color: 9331201.

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

Color convert

RGB 1 98 142 -
CMYK 0.99 0.31 0 0.44
HSL 198.72º 0.99% 0.28% -
HSV(B) 198.72º 0.99% 0.56% -
XYZ 9.26 10.69 27.17 -
YUV 74.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 1 98 142 0.99 0.31 0 0.44 198.72 0.99 0.28
Hex 1 62 8E 63 1F 0 2C C7 63 1C
Octal 1 142 216 143 37 0 54 307 143 34
Binary 1 1100010 10001110 1100011 11111 0 101100 11000111 1100011 11100

Color Harmonies of #01628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01628E

Black with #01628E

Text Example


Text Example

White with #01628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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