Html Css Color HEX #05065C Midnight Blue

📋 copy color: '#05065C'

red 5 ◦ green 6 ◦ blue 92

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

Shades of Midnight Blue #05065C

Tints of Midnight Blue #05065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

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

R = 4.85%
G = 5.83%
B = 89.32%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05065C (or 0x05065C) is known color: Midnight Blue. HEX triplet: 05, 06 and 5C. RGB value is (5,6,92). Sum of RGB (Red+Green+Blue) = 5+6+92=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #05065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05065C is #FAF9A3. Grayscale: #0F0F0F. Windows color (decimal): -16447908 or 6030853. OLE color: 6030853.

HSL color Cylindrical-coordinate representation of color #05065C: hue angle of 239.31º 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 #05065C is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 6 92 -
CMYK 0.95 0.93 0 0.64
HSL 239.31º 0.9% 0.19% -
HSV(B) 239.31º 0.95% 0.36% -
XYZ 2.06 0.94 10.2 -
YUV 15.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 5 6 92 0.95 0.93 0 0.64 239.31 0.9 0.19
Hex 5 6 5C 5F 5D 0 40 EF 5A 13
Octal 5 6 134 137 135 0 100 357 132 23
Binary 101 110 1011100 1011111 1011101 0 1000000 11101111 1011010 10011

Color Harmonies of #05065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05065C

Black with #05065C

Text Example


Text Example

White with #05065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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