Html Css Color HEX #01377E Dark Cerulean

📋 copy color: '#01377E'

red 1 ◦ green 55 ◦ blue 126

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

Shades of Dark Cerulean #01377E

Tints of Dark Cerulean #01377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 69.23%

R = 0.55%
G = 30.22%
B = 69.23%

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

#01377E (or 0x01377E) is known color: Dark Cerulean. HEX triplet: 01, 37 and 7E. RGB value is (1,55,126). Sum of RGB (Red+Green+Blue) = 1+55+126=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 126 (49.61% from 255 or 69.23% from 182); Max value from RGB is 126 - color contains mainly: blue. Hex color #01377E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01377E is #FEC881. Grayscale: #2E2E2E. Windows color (decimal): -16697474 or 8271617. OLE color: 8271617.

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

Color convert

RGB 1 55 126 -
CMYK 0.99 0.56 0 0.51
HSL 214.08º 0.98% 0.25% -
HSV(B) 214.08º 0.99% 0.49% -
XYZ 5.14 4.25 20.29 -
YUV 46.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 1 55 126 0.99 0.56 0 0.51 214.08 0.98 0.25
Hex 1 37 7E 63 38 0 33 D6 62 19
Octal 1 67 176 143 70 0 63 326 142 31
Binary 1 110111 1111110 1100011 111000 0 110011 11010110 1100010 11001

Color Harmonies of #01377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01377E

Black with #01377E

Text Example


Text Example

White with #01377E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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