Html Css Color HEX #0F09AA New Midnight Blue

📋 copy color: '#0F09AA'

red 15 ◦ green 9 ◦ blue 170

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

Shades of New Midnight Blue #0F09AA

Tints of New Midnight Blue #0F09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 7.73%
G = 4.64%
B = 87.63%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F09AA (or 0x0F09AA) is known color: New Midnight Blue. HEX triplet: 0F, 09 and AA. RGB value is (15,9,170). Sum of RGB (Red+Green+Blue) = 15+9+170=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F09AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F09AA is #F0F655. Grayscale: #1C1C1C. Windows color (decimal): -15791702 or 11143439. OLE color: 11143439.

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

Color convert

RGB 15 9 170 -
CMYK 0.91 0.95 0 0.33
HSL 242.24º 0.9% 0.35% -
HSV(B) 242.24º 0.95% 0.67% -
XYZ 7.55 3.2 38.25 -
YUV 29.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 15 9 170 0.91 0.95 0 0.33 242.24 0.9 0.35
Hex F 9 AA 5B 5F 0 21 F2 5A 23
Octal 17 11 252 133 137 0 41 362 132 43
Binary 1111 1001 10101010 1011011 1011111 0 100001 11110010 1011010 100011

Color Harmonies of #0F09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F09AA

Black with #0F09AA

Text Example


Text Example

White with #0F09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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