Html Css Color HEX #05099C New Midnight Blue

📋 copy color: '#05099C'

red 5 ◦ green 9 ◦ blue 156

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

Shades of New Midnight Blue #05099C

Tints of New Midnight Blue #05099C

RGB

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

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

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

R = 2.94%
G = 5.29%
B = 91.76%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05099C (or 0x05099C) is known color: New Midnight Blue. HEX triplet: 05, 09 and 9C. RGB value is (5,9,156). Sum of RGB (Red+Green+Blue) = 5+9+156=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 156 (61.33% from 255 or 91.76% from 170); Max value from RGB is 156 - color contains mainly: blue. Hex color #05099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05099C is #FAF663. Grayscale: #171717. Windows color (decimal): -16447076 or 10225925. OLE color: 10225925.

HSL color Cylindrical-coordinate representation of color #05099C: hue angle of 238.41º 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 #05099C is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 9 156 -
CMYK 0.97 0.94 0 0.39
HSL 238.41º 0.94% 0.32% -
HSV(B) 238.41º 0.97% 0.61% -
XYZ 6.16 2.63 31.64 -
YUV 24.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 5 9 156 0.97 0.94 0 0.39 238.41 0.94 0.32
Hex 5 9 9C 61 5E 0 27 EE 5E 20
Octal 5 11 234 141 136 0 47 356 136 40
Binary 101 1001 10011100 1100001 1011110 0 100111 11101110 1011110 100000

Color Harmonies of #05099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05099C

Black with #05099C

Text Example


Text Example

White with #05099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05099C; }

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

 H1.HeaderClassName
 {
   color: #05099C;
 }
 .AnyTagClassName
 {
   color: #05099C;
 }
</style>

background-color css

<style>
 a { background-color: #05099C; }

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

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

border-color css

<style>
 span { border-color: #05099C; }

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

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