Html Css Color HEX #05055C Midnight Blue

📋 copy color: '#05055C'

red 5 ◦ green 5 ◦ blue 92

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

Shades of Midnight Blue #05055C

Tints of Midnight Blue #05055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 92 (36.33% from 255) = 90.2%

R = 4.9%
G = 4.9%
B = 90.2%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05055C (or 0x05055C) is known color: Midnight Blue. HEX triplet: 05, 05 and 5C. RGB value is (5,5,92). Sum of RGB (Red+Green+Blue) = 5+5+92=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 92 (36.33% from 255 or 90.20% from 102); Max value from RGB is 92 - color contains mainly: blue. Hex color #05055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05055C is #FAFAA3. Grayscale: #0E0E0E. Windows color (decimal): -16448164 or 6030597. OLE color: 6030597.

HSL color Cylindrical-coordinate representation of color #05055C: hue angle of 240º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05055C is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 5 92 -
CMYK 0.95 0.95 0 0.64
HSL 240º 0.9% 0.19% -
HSV(B) 240º 0.95% 0.36% -
XYZ 2.05 0.91 10.19 -
YUV 14.92 171.5 120.93 -
System Red Green Blue C M Y K H S L
Decimal 5 5 92 0.95 0.95 0 0.64 240 0.9 0.19
Hex 5 5 5C 5F 5F 0 40 F0 5A 13
Octal 5 5 134 137 137 0 100 360 132 23
Binary 101 101 1011100 1011111 1011111 0 1000000 11110000 1011010 10011

Color Harmonies of #05055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05055C

Black with #05055C

Text Example


Text Example

White with #05055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,5,92); }

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

background-color css

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

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

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

border-color css

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

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

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