Html Css Color HEX #01637C Blue Lagoon

📋 copy color: '#01637C'

red 1 ◦ green 99 ◦ blue 124

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

Shades of Blue Lagoon #01637C

Tints of Blue Lagoon #01637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 0.45%
G = 44.2%
B = 55.36%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01637C (or 0x01637C) is known color: Blue Lagoon. HEX triplet: 01, 63 and 7C. RGB value is (1,99,124). Sum of RGB (Red+Green+Blue) = 1+99+124=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #01637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01637C is #FE9C83. Grayscale: #484848. Windows color (decimal): -16686212 or 8151809. OLE color: 8151809.

HSL color Cylindrical-coordinate representation of color #01637C: hue angle of 192.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01637C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 99 124 -
CMYK 0.99 0.20 0 0.51
HSL 192.2º 0.98% 0.25% -
HSV(B) 192.2º 0.99% 0.49% -
XYZ 8.11 10.39 20.65 -
YUV 72.55 157.03 76.97 -
System Red Green Blue C M Y K H S L
Decimal 1 99 124 0.99 0.20 0 0.51 192.2 0.98 0.25
Hex 1 63 7C 63 14 0 33 C0 62 19
Octal 1 143 174 143 24 0 63 300 142 31
Binary 1 1100011 1111100 1100011 10100 0 110011 11000000 1100010 11001

Color Harmonies of #01637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01637C

Black with #01637C

Text Example


Text Example

White with #01637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01637C; }

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

 H1.HeaderClassName
 {
   color: #01637C;
 }
 .AnyTagClassName
 {
   color: #01637C;
 }
</style>

background-color css

<style>
 a { background-color: #01637C; }

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

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

border-color css

<style>
 span { border-color: #01637C; }

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

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