Html Css Color HEX #0D05AF New Midnight Blue

📋 copy color: '#0D05AF'

red 13 ◦ green 5 ◦ blue 175

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

Shades of New Midnight Blue #0D05AF

Tints of New Midnight Blue #0D05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

 BLUE value IS 175 (68.75% from 255) = 90.67%

R = 6.74%
G = 2.59%
B = 90.67%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D05AF (or 0x0D05AF) is known color: New Midnight Blue. HEX triplet: 0D, 05 and AF. RGB value is (13,5,175). Sum of RGB (Red+Green+Blue) = 13+5+175=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 175 (68.75% from 255 or 90.67% from 193); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D05AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D05AF is #F2FA50. Grayscale: #1A1A1A. Windows color (decimal): -15923793 or 11470093. OLE color: 11470093.

HSL color Cylindrical-coordinate representation of color #0D05AF: hue angle of 242.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D05AF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 5 175 -
CMYK 0.93 0.97 0 0.31
HSL 242.82º 0.94% 0.35% -
HSV(B) 242.82º 0.97% 0.69% -
XYZ 7.96 3.29 40.77 -
YUV 26.77 211.65 118.18 -
System Red Green Blue C M Y K H S L
Decimal 13 5 175 0.93 0.97 0 0.31 242.82 0.94 0.35
Hex D 5 AF 5D 61 0 1F F3 5E 23
Octal 15 5 257 135 141 0 37 363 136 43
Binary 1101 101 10101111 1011101 1100001 0 11111 11110011 1011110 100011

Color Harmonies of #0D05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D05AF

Black with #0D05AF

Text Example


Text Example

White with #0D05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,5,175); }

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

background-color css

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

 a { background-color: rgb(13,5,175); }

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

border-color css

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

 span { border-color: rgb(13,5,175); }

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