Html Css Color HEX #01039C New Midnight Blue

📋 copy color: '#01039C'

red 1 ◦ green 3 ◦ blue 156

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

Shades of New Midnight Blue #01039C

Tints of New Midnight Blue #01039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

 BLUE value IS 156 (61.33% from 255) = 97.5%

R = 0.63%
G = 1.88%
B = 97.5%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01039C (or 0x01039C) is known color: New Midnight Blue. HEX triplet: 01, 03 and 9C. RGB value is (1,3,156). Sum of RGB (Red+Green+Blue) = 1+3+156=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 156 (61.33% from 255 or 97.5% from 160); Max value from RGB is 156 - color contains mainly: blue. Hex color #01039C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01039C is #FEFC63. Grayscale: #131313. Windows color (decimal): -16710756 or 10224385. OLE color: 10224385.

HSL color Cylindrical-coordinate representation of color #01039C: hue angle of 239.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01039C is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 3 156 -
CMYK 0.99 0.98 0 0.39
HSL 239.23º 0.99% 0.31% -
HSV(B) 239.23º 0.99% 0.61% -
XYZ 6.05 2.47 31.61 -
YUV 19.84 204.84 114.56 -
System Red Green Blue C M Y K H S L
Decimal 1 3 156 0.99 0.98 0 0.39 239.23 0.99 0.31
Hex 1 3 9C 63 62 0 27 EF 63 1F
Octal 1 3 234 143 142 0 47 357 143 37
Binary 1 11 10011100 1100011 1100010 0 100111 11101111 1100011 11111

Color Harmonies of #01039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01039C

Black with #01039C

Text Example


Text Example

White with #01039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01039C; }

 p { color: rgb(1,3,156); }

 H1.HeaderClassName
 {
   color: #01039C;
 }
 .AnyTagClassName
 {
   color: #01039C;
 }
</style>

background-color css

<style>
 a { background-color: #01039C; }

 a { background-color: rgb(1,3,156); }

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

border-color css

<style>
 span { border-color: #01039C; }

 span { border-color: rgb(1,3,156); }

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