Html Css Color HEX #0F0DAD New Midnight Blue

📋 copy color: '#0F0DAD'

red 15 ◦ green 13 ◦ blue 173

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

Shades of New Midnight Blue #0F0DAD

Tints of New Midnight Blue #0F0DAD

RGB

 RED value IS 15 (6.25% from 255) = 7.46%

 GREEN value IS 13 (5.47% from 255) = 6.47%

 BLUE value IS 173 (67.97% from 255) = 86.07%

R = 7.46%
G = 6.47%
B = 86.07%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F0DAD (or 0x0F0DAD) is known color: New Midnight Blue. HEX triplet: 0F, 0D and AD. RGB value is (15,13,173). Sum of RGB (Red+Green+Blue) = 15+13+173=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F0DAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0DAD is #F0F252. Grayscale: #1F1F1F. Windows color (decimal): -15790675 or 11341071. OLE color: 11341071.

HSL color Cylindrical-coordinate representation of color #0F0DAD: hue angle of 240.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0DAD is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 13 173 -
CMYK 0.91 0.92 0 0.32
HSL 240.75º 0.86% 0.36% -
HSV(B) 240.75º 0.92% 0.68% -
XYZ 7.88 3.41 39.78 -
YUV 31.84 207.66 115.99 -
System Red Green Blue C M Y K H S L
Decimal 15 13 173 0.91 0.92 0 0.32 240.75 0.86 0.36
Hex F D AD 5B 5C 0 20 F1 56 24
Octal 17 15 255 133 134 0 40 361 126 44
Binary 1111 1101 10101101 1011011 1011100 0 100000 11110001 1010110 100100

Color Harmonies of #0F0DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0DAD

Black with #0F0DAD

Text Example


Text Example

White with #0F0DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,13,173); }

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

background-color css

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

 a { background-color: rgb(15,13,173); }

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

border-color css

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

 span { border-color: rgb(15,13,173); }

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