Html Css Color HEX #0D03AB New Midnight Blue

📋 copy color: '#0D03AB'

red 13 ◦ green 3 ◦ blue 171

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

Shades of New Midnight Blue #0D03AB

Tints of New Midnight Blue #0D03AB

RGB

 RED value IS 13 (5.47% from 255) = 6.95%

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

 BLUE value IS 171 (67.19% from 255) = 91.44%

R = 6.95%
G = 1.6%
B = 91.44%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D03AB (or 0x0D03AB) is known color: New Midnight Blue. HEX triplet: 0D, 03 and AB. RGB value is (13,3,171). Sum of RGB (Red+Green+Blue) = 13+3+171=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 171 (67.19% from 255 or 91.44% from 187); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D03AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D03AB is #F2FC54. Grayscale: #181818. Windows color (decimal): -15924309 or 11207437. OLE color: 11207437.

HSL color Cylindrical-coordinate representation of color #0D03AB: hue angle of 243.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D03AB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 3 171 -
CMYK 0.92 0.98 0 0.33
HSL 243.57º 0.97% 0.34% -
HSV(B) 243.57º 0.98% 0.67% -
XYZ 7.55 3.09 38.73 -
YUV 25.14 210.31 119.34 -
System Red Green Blue C M Y K H S L
Decimal 13 3 171 0.92 0.98 0 0.33 243.57 0.97 0.34
Hex D 3 AB 5C 62 0 21 F4 61 22
Octal 15 3 253 134 142 0 41 364 141 42
Binary 1101 11 10101011 1011100 1100010 0 100001 11110100 1100001 100010

Color Harmonies of #0D03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D03AB

Black with #0D03AB

Text Example


Text Example

White with #0D03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D03AB; }

 p { color: rgb(13,3,171); }

 H1.HeaderClassName
 {
   color: #0D03AB;
 }
 .AnyTagClassName
 {
   color: #0D03AB;
 }
</style>

background-color css

<style>
 a { background-color: #0D03AB; }

 a { background-color: rgb(13,3,171); }

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

border-color css

<style>
 span { border-color: #0D03AB; }

 span { border-color: rgb(13,3,171); }

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