Html Css Color HEX #01638D Blue Lagoon

📋 copy color: '#01638D'

red 1 ◦ green 99 ◦ blue 141

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

Shades of Blue Lagoon #01638D

Tints of Blue Lagoon #01638D

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 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

#01638D (or 0x01638D) is known color: 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

RGB 1 99 141 -
CMYK 0.99 0.30 0 0.45
HSL 198º 0.99% 0.28% -
HSV(B) 198º 0.99% 0.55% -
XYZ 9.28 10.85 26.8 -
YUV 74.49 165.53 75.58 -
System Red Green Blue C M Y K H S L
Decimal 1 99 141 0.99 0.30 0 0.45 198 0.99 0.28
Hex 1 63 8D 63 1E 0 2D C6 63 1C
Octal 1 143 215 143 36 0 55 306 143 34
Binary 1 1100011 10001101 1100011 11110 0 101101 11000110 1100011 11100

Color Harmonies of #01638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01638D

Black with #01638D

Text Example


Text Example

White with #01638D

Text Example


Text Example

HTML Codes & Css Web 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>