Html Css Color HEX #01327D Dark Cerulean

📋 copy color: '#01327D'

red 1 ◦ green 50 ◦ blue 125

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

Shades of Dark Cerulean #01327D

Tints of Dark Cerulean #01327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

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

R = 0.57%
G = 28.41%
B = 71.02%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01327D (or 0x01327D) is known color: Dark Cerulean. HEX triplet: 01, 32 and 7D. RGB value is (1,50,125). Sum of RGB (Red+Green+Blue) = 1+50+125=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #01327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01327D is #FECD82. Grayscale: #2B2B2B. Windows color (decimal): -16698755 or 8204801. OLE color: 8204801.

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

Color convert

RGB 1 50 125 -
CMYK 0.99 0.60 0 0.51
HSL 216.29º 0.98% 0.25% -
HSV(B) 216.29º 0.99% 0.49% -
XYZ 4.85 3.77 19.87 -
YUV 43.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 1 50 125 0.99 0.60 0 0.51 216.29 0.98 0.25
Hex 1 32 7D 63 3C 0 33 D8 62 19
Octal 1 62 175 143 74 0 63 330 142 31
Binary 1 110010 1111101 1100011 111100 0 110011 11011000 1100010 11001

Color Harmonies of #01327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01327D

Black with #01327D

Text Example


Text Example

White with #01327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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