Html Css Color HEX #0F04AE New Midnight Blue

📋 copy color: '#0F04AE'

red 15 ◦ green 4 ◦ blue 174

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

Shades of New Midnight Blue #0F04AE

Tints of New Midnight Blue #0F04AE

RGB

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

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

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

R = 7.77%
G = 2.07%
B = 90.16%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F04AE (or 0x0F04AE) is known color: New Midnight Blue. HEX triplet: 0F, 04 and AE. RGB value is (15,4,174). Sum of RGB (Red+Green+Blue) = 15+4+174=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 174 (68.36% from 255 or 90.16% from 193); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F04AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F04AE is #F0FB51. Grayscale: #1A1A1A. Windows color (decimal): -15792978 or 11404303. OLE color: 11404303.

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

Color convert

RGB 15 4 174 -
CMYK 0.91 0.98 0 0.32
HSL 243.88º 0.96% 0.35% -
HSV(B) 243.88º 0.98% 0.68% -
XYZ 7.88 3.24 40.26 -
YUV 26.67 211.14 119.68 -
System Red Green Blue C M Y K H S L
Decimal 15 4 174 0.91 0.98 0 0.32 243.88 0.96 0.35
Hex F 4 AE 5B 62 0 20 F4 60 23
Octal 17 4 256 133 142 0 40 364 140 43
Binary 1111 100 10101110 1011011 1100010 0 100000 11110100 1100000 100011

Color Harmonies of #0F04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F04AE

Black with #0F04AE

Text Example


Text Example

White with #0F04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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