Html Css Color HEX #01377D Dark Cerulean

📋 copy color: '#01377D'

red 1 ◦ green 55 ◦ blue 125

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

Shades of Dark Cerulean #01377D

Tints of Dark Cerulean #01377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

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

R = 0.55%
G = 30.39%
B = 69.06%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01377D (or 0x01377D) is known color: Dark Cerulean. HEX triplet: 01, 37 and 7D. RGB value is (1,55,125). Sum of RGB (Red+Green+Blue) = 1+55+125=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #01377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01377D is #FEC882. Grayscale: #2E2E2E. Windows color (decimal): -16697475 or 8206081. OLE color: 8206081.

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

Color convert

RGB 1 55 125 -
CMYK 0.99 0.56 0 0.51
HSL 213.87º 0.98% 0.25% -
HSV(B) 213.87º 0.99% 0.49% -
XYZ 5.08 4.22 19.95 -
YUV 46.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 1 55 125 0.99 0.56 0 0.51 213.87 0.98 0.25
Hex 1 37 7D 63 38 0 33 D6 62 19
Octal 1 67 175 143 70 0 63 326 142 31
Binary 1 110111 1111101 1100011 111000 0 110011 11010110 1100010 11001

Color Harmonies of #01377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01377D

Black with #01377D

Text Example


Text Example

White with #01377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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