Html Css Color HEX #0D04AB New Midnight Blue

📋 copy color: '#0D04AB'

red 13 ◦ green 4 ◦ blue 171

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

Shades of New Midnight Blue #0D04AB

Tints of New Midnight Blue #0D04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 6.91%
G = 2.13%
B = 90.96%

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

#0D04AB (or 0x0D04AB) is known color: New Midnight Blue. HEX triplet: 0D, 04 and AB. RGB value is (13,4,171). Sum of RGB (Red+Green+Blue) = 13+4+171=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D04AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D04AB is #F2FB54. Grayscale: #191919. Windows color (decimal): -15924053 or 11207693. OLE color: 11207693.

HSL color Cylindrical-coordinate representation of color #0D04AB: hue angle of 243.23º degrees, saturation: 0.95, 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 #0D04AB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 4 171 -
CMYK 0.92 0.98 0 0.33
HSL 243.23º 0.95% 0.34% -
HSV(B) 243.23º 0.98% 0.67% -
XYZ 7.56 3.11 38.73 -
YUV 25.73 209.98 118.92 -
System Red Green Blue C M Y K H S L
Decimal 13 4 171 0.92 0.98 0 0.33 243.23 0.95 0.34
Hex D 4 AB 5C 62 0 21 F3 5F 22
Octal 15 4 253 134 142 0 41 363 137 42
Binary 1101 100 10101011 1011100 1100010 0 100001 11110011 1011111 100010

Color Harmonies of #0D04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D04AB

Black with #0D04AB

Text Example


Text Example

White with #0D04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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