Html Css Color HEX #01317D Dark Cerulean

📋 copy color: '#01317D'

red 1 ◦ green 49 ◦ blue 125

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

Shades of Dark Cerulean #01317D

Tints of Dark Cerulean #01317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

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

R = 0.57%
G = 28%
B = 71.43%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01317D (or 0x01317D) is known color: Dark Cerulean. HEX triplet: 01, 31 and 7D. RGB value is (1,49,125). Sum of RGB (Red+Green+Blue) = 1+49+125=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #01317D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01317D is #FECE82. Grayscale: #2A2A2A. Windows color (decimal): -16699011 or 8204545. OLE color: 8204545.

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

Color convert

RGB 1 49 125 -
CMYK 0.99 0.61 0 0.51
HSL 216.77º 0.98% 0.25% -
HSV(B) 216.77º 0.99% 0.49% -
XYZ 4.81 3.68 19.86 -
YUV 43.31 174.1 97.82 -
System Red Green Blue C M Y K H S L
Decimal 1 49 125 0.99 0.61 0 0.51 216.77 0.98 0.25
Hex 1 31 7D 63 3D 0 33 D9 62 19
Octal 1 61 175 143 75 0 63 331 142 31
Binary 1 110001 1111101 1100011 111101 0 110011 11011001 1100010 11001

Color Harmonies of #01317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01317D

Black with #01317D

Text Example


Text Example

White with #01317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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