Html Css Color HEX #0103A3 New Midnight Blue

📋 copy color: '#0103A3'

red 1 ◦ green 3 ◦ blue 163

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

Shades of New Midnight Blue #0103A3

Tints of New Midnight Blue #0103A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 97.6%

R = 0.6%
G = 1.8%
B = 97.6%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0103A3 (or 0x0103A3) is known color: New Midnight Blue. HEX triplet: 01, 03 and A3. RGB value is (1,3,163). Sum of RGB (Red+Green+Blue) = 1+3+163=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 163 (64.06% from 255 or 97.60% from 167); Max value from RGB is 163 - color contains mainly: blue. Hex color #0103A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0103A3 is #FEFC5C. Grayscale: #141414. Windows color (decimal): -16710749 or 10683137. OLE color: 10683137.

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

Color convert

RGB 1 3 163 -
CMYK 0.99 0.98 0 0.36
HSL 239.26º 0.99% 0.32% -
HSV(B) 239.26º 0.99% 0.64% -
XYZ 6.66 2.72 34.82 -
YUV 20.64 208.34 113.99 -
System Red Green Blue C M Y K H S L
Decimal 1 3 163 0.99 0.98 0 0.36 239.26 0.99 0.32
Hex 1 3 A3 63 62 0 24 EF 63 20
Octal 1 3 243 143 142 0 44 357 143 40
Binary 1 11 10100011 1100011 1100010 0 100100 11101111 1100011 100000

Color Harmonies of #0103A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0103A3

Black with #0103A3

Text Example


Text Example

White with #0103A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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