Html Css Color HEX #0F0CAD New Midnight Blue

📋 copy color: '#0F0CAD'

red 15 ◦ green 12 ◦ blue 173

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

Shades of New Midnight Blue #0F0CAD

Tints of New Midnight Blue #0F0CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6%

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

R = 7.5%
G = 6%
B = 86.5%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F0CAD (or 0x0F0CAD) is known color: New Midnight Blue. HEX triplet: 0F, 0C and AD. RGB value is (15,12,173). Sum of RGB (Red+Green+Blue) = 15+12+173=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F0CAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0CAD is #F0F352. Grayscale: #1E1E1E. Windows color (decimal): -15790931 or 11340815. OLE color: 11340815.

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

Color convert

RGB 15 12 173 -
CMYK 0.91 0.93 0 0.32
HSL 241.12º 0.87% 0.36% -
HSV(B) 241.12º 0.93% 0.68% -
XYZ 7.87 3.38 39.77 -
YUV 31.25 207.99 116.41 -
System Red Green Blue C M Y K H S L
Decimal 15 12 173 0.91 0.93 0 0.32 241.12 0.87 0.36
Hex F C AD 5B 5D 0 20 F1 57 24
Octal 17 14 255 133 135 0 40 361 127 44
Binary 1111 1100 10101101 1011011 1011101 0 100000 11110001 1010111 100100

Color Harmonies of #0F0CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CAD

Black with #0F0CAD

Text Example


Text Example

White with #0F0CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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