Html Css Color HEX #0F04A3 New Midnight Blue

📋 copy color: '#0F04A3'

red 15 ◦ green 4 ◦ blue 163

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

Shades of New Midnight Blue #0F04A3

Tints of New Midnight Blue #0F04A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 89.56%

R = 8.24%
G = 2.2%
B = 89.56%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0F04A3 (or 0x0F04A3) is known color: New Midnight Blue. HEX triplet: 0F, 04 and A3. RGB value is (15,4,163). Sum of RGB (Red+Green+Blue) = 15+4+163=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 163 (64.06% from 255 or 89.56% from 182); Max value from RGB is 163 - color contains mainly: blue. Hex color #0F04A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F04A3 is #F0FB5C. Grayscale: #181818. Windows color (decimal): -15792989 or 10683407. OLE color: 10683407.

HSL color Cylindrical-coordinate representation of color #0F04A3: hue angle of 244.15º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F04A3 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 4 163 -
CMYK 0.91 0.98 0 0.36
HSL 244.15º 0.95% 0.33% -
HSV(B) 244.15º 0.98% 0.64% -
XYZ 6.85 2.83 34.84 -
YUV 25.42 205.64 120.57 -
System Red Green Blue C M Y K H S L
Decimal 15 4 163 0.91 0.98 0 0.36 244.15 0.95 0.33
Hex F 4 A3 5B 62 0 24 F4 5F 21
Octal 17 4 243 133 142 0 44 364 137 41
Binary 1111 100 10100011 1011011 1100010 0 100100 11110100 1011111 100001

Color Harmonies of #0F04A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F04A3

Black with #0F04A3

Text Example


Text Example

White with #0F04A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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