Html Css Color HEX #0F0CAE New Midnight Blue

📋 copy color: '#0F0CAE'

red 15 ◦ green 12 ◦ blue 174

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

Shades of New Midnight Blue #0F0CAE

Tints of New Midnight Blue #0F0CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 86.57%

R = 7.46%
G = 5.97%
B = 86.57%

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

#0F0CAE (or 0x0F0CAE) is known color: New Midnight Blue. HEX triplet: 0F, 0C and AE. RGB value is (15,12,174). Sum of RGB (Red+Green+Blue) = 15+12+174=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F0CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0CAE is #F0F351. Grayscale: #1E1E1E. Windows color (decimal): -15790930 or 11406351. OLE color: 11406351.

HSL color Cylindrical-coordinate representation of color #0F0CAE: hue angle of 241.11º 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 #0F0CAE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 12 174 -
CMYK 0.91 0.93 0 0.32
HSL 241.11º 0.87% 0.36% -
HSV(B) 241.11º 0.93% 0.68% -
XYZ 7.97 3.42 40.28 -
YUV 31.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 15 12 174 0.91 0.93 0 0.32 241.11 0.87 0.36
Hex F C AE 5B 5D 0 20 F1 57 24
Octal 17 14 256 133 135 0 40 361 127 44
Binary 1111 1100 10101110 1011011 1011101 0 100000 11110001 1010111 100100

Color Harmonies of #0F0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CAE

Black with #0F0CAE

Text Example


Text Example

White with #0F0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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