Html Css Color HEX #0F02AD New Midnight Blue

📋 copy color: '#0F02AD'

red 15 ◦ green 2 ◦ blue 173

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

Shades of New Midnight Blue #0F02AD

Tints of New Midnight Blue #0F02AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 7.89%
G = 1.05%
B = 91.05%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F02AD (or 0x0F02AD) is known color: New Midnight Blue. HEX triplet: 0F, 02 and AD. RGB value is (15,2,173). Sum of RGB (Red+Green+Blue) = 15+2+173=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 173 (67.97% from 255 or 91.05% from 190); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F02AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F02AD is #F0FD52. Grayscale: #181818. Windows color (decimal): -15793491 or 11338255. OLE color: 11338255.

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

Color convert

RGB 15 2 173 -
CMYK 0.91 0.99 0 0.32
HSL 244.56º 0.98% 0.34% -
HSV(B) 244.56º 0.99% 0.68% -
XYZ 7.76 3.16 39.74 -
YUV 25.38 211.31 120.6 -
System Red Green Blue C M Y K H S L
Decimal 15 2 173 0.91 0.99 0 0.32 244.56 0.98 0.34
Hex F 2 AD 5B 63 0 20 F5 62 22
Octal 17 2 255 133 143 0 40 365 142 42
Binary 1111 10 10101101 1011011 1100011 0 100000 11110101 1100010 100010

Color Harmonies of #0F02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F02AD

Black with #0F02AD

Text Example


Text Example

White with #0F02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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