Html Css Color HEX #01387D Dark Cerulean

📋 copy color: '#01387D'

red 1 ◦ green 56 ◦ blue 125

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

Shades of Dark Cerulean #01387D

Tints of Dark Cerulean #01387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.77%

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

R = 0.55%
G = 30.77%
B = 68.68%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01387D (or 0x01387D) is known color: Dark Cerulean. HEX triplet: 01, 38 and 7D. RGB value is (1,56,125). Sum of RGB (Red+Green+Blue) = 1+56+125=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #01387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01387D is #FEC782. Grayscale: #2F2F2F. Windows color (decimal): -16697219 or 8206337. OLE color: 8206337.

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

Color convert

RGB 1 56 125 -
CMYK 0.99 0.55 0 0.51
HSL 213.39º 0.98% 0.25% -
HSV(B) 213.39º 0.99% 0.49% -
XYZ 5.13 4.32 19.96 -
YUV 47.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 1 56 125 0.99 0.55 0 0.51 213.39 0.98 0.25
Hex 1 38 7D 63 37 0 33 D5 62 19
Octal 1 70 175 143 67 0 63 325 142 31
Binary 1 111000 1111101 1100011 110111 0 110011 11010101 1100010 11001

Color Harmonies of #01387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01387D

Black with #01387D

Text Example


Text Example

White with #01387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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