Html Css Color HEX #01497D Dark Cerulean

📋 copy color: '#01497D'

red 1 ◦ green 73 ◦ blue 125

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

Shades of Dark Cerulean #01497D

Tints of Dark Cerulean #01497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.81%

R = 0.5%
G = 36.68%
B = 62.81%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01497D (or 0x01497D) is known color: Dark Cerulean. HEX triplet: 01, 49 and 7D. RGB value is (1,73,125). Sum of RGB (Red+Green+Blue) = 1+73+125=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #01497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01497D is #FEB682. Grayscale: #393939. Windows color (decimal): -16692867 or 8210689. OLE color: 8210689.

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

Color convert

RGB 1 73 125 -
CMYK 0.99 0.42 0 0.51
HSL 205.16º 0.98% 0.25% -
HSV(B) 205.16º 0.99% 0.49% -
XYZ 6.1 6.25 20.29 -
YUV 57.4 166.15 87.77 -
System Red Green Blue C M Y K H S L
Decimal 1 73 125 0.99 0.42 0 0.51 205.16 0.98 0.25
Hex 1 49 7D 63 2A 0 33 CD 62 19
Octal 1 111 175 143 52 0 63 315 142 31
Binary 1 1001001 1111101 1100011 101010 0 110011 11001101 1100010 11001

Color Harmonies of #01497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01497D

Black with #01497D

Text Example


Text Example

White with #01497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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