Html Css Color HEX #0103A1 New Midnight Blue

📋 copy color: '#0103A1'

red 1 ◦ green 3 ◦ blue 161

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

Shades of New Midnight Blue #0103A1

Tints of New Midnight Blue #0103A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 97.58%

R = 0.61%
G = 1.82%
B = 97.58%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0103A1 (or 0x0103A1) is known color: New Midnight Blue. HEX triplet: 01, 03 and A1. RGB value is (1,3,161). Sum of RGB (Red+Green+Blue) = 1+3+161=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 161 (63.28% from 255 or 97.58% from 165); Max value from RGB is 161 - color contains mainly: blue. Hex color #0103A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0103A1 is #FEFC5E. Grayscale: #131313. Windows color (decimal): -16710751 or 10552065. OLE color: 10552065.

HSL color Cylindrical-coordinate representation of color #0103A1: hue angle of 239.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0103A1 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 3 161 -
CMYK 0.99 0.98 0 0.37
HSL 239.25º 0.99% 0.32% -
HSV(B) 239.25º 0.99% 0.63% -
XYZ 6.48 2.64 33.89 -
YUV 20.41 207.34 114.15 -
System Red Green Blue C M Y K H S L
Decimal 1 3 161 0.99 0.98 0 0.37 239.25 0.99 0.32
Hex 1 3 A1 63 62 0 25 EF 63 20
Octal 1 3 241 143 142 0 45 357 143 40
Binary 1 11 10100001 1100011 1100010 0 100101 11101111 1100011 100000

Color Harmonies of #0103A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0103A1

Black with #0103A1

Text Example


Text Example

White with #0103A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0103A1; }

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

 H1.HeaderClassName
 {
   color: #0103A1;
 }
 .AnyTagClassName
 {
   color: #0103A1;
 }
</style>

background-color css

<style>
 a { background-color: #0103A1; }

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

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

border-color css

<style>
 span { border-color: #0103A1; }

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

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