#01638D

Color #01638D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #01638D

Tints of Blue Lagoon #01638D

Color information

#01638D (or 0x01638D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 8D. RGB value is (1,99,141). Sum of RGB (Red+Green+Blue) = 1+99+141=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #01638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01638D is #FE9C72. Grayscale: #4A4A4A. Windows color (decimal): -16686195 or 9265921. OLE color: 9265921.

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

Color convert

RGB199141-
CMYK0.990.3000.45
HSL198º98.59%27.84%-
HSV(B)198º99.29%55.29%-
XYZ9.2810.8526.8-
YUV74.49165.5375.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=0.41%
G=41.08%
B=58.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1991410.990.3000.4519898.5927.84
Hex1638D631E02Dc6631c
Octal11432151433605530614334
Binary1110001110001101110001111110010110111000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01638D;
 }
 .AnyTagClassName
 {
   color: #01638D;
 }
</style>
background-color css

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

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

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

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

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

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