Html Css Color HEX #050F9C New Midnight Blue

📋 copy color: '#050F9C'

red 5 ◦ green 15 ◦ blue 156

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

Shades of New Midnight Blue #050F9C

Tints of New Midnight Blue #050F9C

RGB

 RED value IS 5 (2.34% from 255) = 2.84%

 GREEN value IS 15 (6.25% from 255) = 8.52%

 BLUE value IS 156 (61.33% from 255) = 88.64%

R = 2.84%
G = 8.52%
B = 88.64%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#050F9C (or 0x050F9C) is known color: New Midnight Blue. HEX triplet: 05, 0F and 9C. RGB value is (5,15,156). Sum of RGB (Red+Green+Blue) = 5+15+156=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 156 (61.33% from 255 or 88.64% from 176); Max value from RGB is 156 - color contains mainly: blue. Hex color #050F9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050F9C is #FAF063. Grayscale: #1B1B1B. Windows color (decimal): -16445540 or 10227461. OLE color: 10227461.

HSL color Cylindrical-coordinate representation of color #050F9C: hue angle of 236.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050F9C is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 15 156 -
CMYK 0.97 0.90 0 0.39
HSL 236.03º 0.94% 0.32% -
HSV(B) 236.03º 0.97% 0.61% -
XYZ 6.23 2.77 31.66 -
YUV 28.08 200.19 111.54 -
System Red Green Blue C M Y K H S L
Decimal 5 15 156 0.97 0.90 0 0.39 236.03 0.94 0.32
Hex 5 F 9C 61 5A 0 27 EC 5E 20
Octal 5 17 234 141 132 0 47 354 136 40
Binary 101 1111 10011100 1100001 1011010 0 100111 11101100 1011110 100000

Color Harmonies of #050F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F9C

Black with #050F9C

Text Example


Text Example

White with #050F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050F9C; }

 p { color: rgb(5,15,156); }

 H1.HeaderClassName
 {
   color: #050F9C;
 }
 .AnyTagClassName
 {
   color: #050F9C;
 }
</style>

background-color css

<style>
 a { background-color: #050F9C; }

 a { background-color: rgb(5,15,156); }

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

border-color css

<style>
 span { border-color: #050F9C; }

 span { border-color: rgb(5,15,156); }

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