Html Css Color HEX #01497C Dark Cerulean

📋 copy color: '#01497C'

red 1 ◦ green 73 ◦ blue 124

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

Shades of Dark Cerulean #01497C

Tints of Dark Cerulean #01497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

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

R = 0.51%
G = 36.87%
B = 62.63%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01497C (or 0x01497C) is known color: Dark Cerulean. HEX triplet: 01, 49 and 7C. RGB value is (1,73,124). Sum of RGB (Red+Green+Blue) = 1+73+124=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #01497C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01497C is #FEB683. Grayscale: #393939. Windows color (decimal): -16692868 or 8145153. OLE color: 8145153.

HSL color Cylindrical-coordinate representation of color #01497C: hue angle of 204.88º 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 #01497C is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 73 124 -
CMYK 0.99 0.41 0 0.51
HSL 204.88º 0.98% 0.25% -
HSV(B) 204.88º 0.99% 0.49% -
XYZ 6.03 6.23 19.95 -
YUV 57.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 1 73 124 0.99 0.41 0 0.51 204.88 0.98 0.25
Hex 1 49 7C 63 29 0 33 CD 62 19
Octal 1 111 174 143 51 0 63 315 142 31
Binary 1 1001001 1111100 1100011 101001 0 110011 11001101 1100010 11001

Color Harmonies of #01497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01497C

Black with #01497C

Text Example


Text Example

White with #01497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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