Html Css Color HEX #05109B New Midnight Blue

📋 copy color: '#05109B'

red 5 ◦ green 16 ◦ blue 155

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

Shades of New Midnight Blue #05109B

Tints of New Midnight Blue #05109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 155 (60.94% from 255) = 88.07%

R = 2.84%
G = 9.09%
B = 88.07%

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

#05109B (or 0x05109B) is known color: New Midnight Blue. HEX triplet: 05, 10 and 9B. RGB value is (5,16,155). Sum of RGB (Red+Green+Blue) = 5+16+155=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 155 (60.94% from 255 or 88.07% from 176); Max value from RGB is 155 - color contains mainly: blue. Hex color #05109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05109B is #FAEF64. Grayscale: #1B1B1B. Windows color (decimal): -16445285 or 10162181. OLE color: 10162181.

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

Color convert

RGB 5 16 155 -
CMYK 0.97 0.90 0 0.39
HSL 235.6º 0.94% 0.31% -
HSV(B) 235.6º 0.97% 0.61% -
XYZ 6.16 2.77 31.22 -
YUV 28.56 199.36 111.2 -
System Red Green Blue C M Y K H S L
Decimal 5 16 155 0.97 0.90 0 0.39 235.6 0.94 0.31
Hex 5 10 9B 61 5A 0 27 EC 5E 1F
Octal 5 20 233 141 132 0 47 354 136 37
Binary 101 10000 10011011 1100001 1011010 0 100111 11101100 1011110 11111

Color Harmonies of #05109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05109B

Black with #05109B

Text Example


Text Example

White with #05109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05109B; }

 p { color: rgb(5,16,155); }

 H1.HeaderClassName
 {
   color: #05109B;
 }
 .AnyTagClassName
 {
   color: #05109B;
 }
</style>

background-color css

<style>
 a { background-color: #05109B; }

 a { background-color: rgb(5,16,155); }

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

border-color css

<style>
 span { border-color: #05109B; }

 span { border-color: rgb(5,16,155); }

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