Html Css Color HEX #0F02AA New Midnight Blue

📋 copy color: '#0F02AA'

red 15 ◦ green 2 ◦ blue 170

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

Shades of New Midnight Blue #0F02AA

Tints of New Midnight Blue #0F02AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 90.91%

R = 8.02%
G = 1.07%
B = 90.91%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F02AA (or 0x0F02AA) is known color: New Midnight Blue. HEX triplet: 0F, 02 and AA. RGB value is (15,2,170). Sum of RGB (Red+Green+Blue) = 15+2+170=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F02AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F02AA is #F0FD55. Grayscale: #181818. Windows color (decimal): -15793494 or 11141647. OLE color: 11141647.

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

Color convert

RGB 15 2 170 -
CMYK 0.91 0.99 0 0.33
HSL 244.64º 0.98% 0.34% -
HSV(B) 244.64º 0.99% 0.67% -
XYZ 7.47 3.05 38.22 -
YUV 25.04 209.81 120.84 -
System Red Green Blue C M Y K H S L
Decimal 15 2 170 0.91 0.99 0 0.33 244.64 0.98 0.34
Hex F 2 AA 5B 63 0 21 F5 62 22
Octal 17 2 252 133 143 0 41 365 142 42
Binary 1111 10 10101010 1011011 1100011 0 100001 11110101 1100010 100010

Color Harmonies of #0F02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F02AA

Black with #0F02AA

Text Example


Text Example

White with #0F02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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