Html Css Color HEX #10065B Midnight Blue

📋 copy color: '#10065B'

red 16 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #10065B

Tints of Midnight Blue #10065B

RGB

 RED value IS 16 (6.64% from 255) = 14.16%

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

 BLUE value IS 91 (35.94% from 255) = 80.53%

R = 14.16%
G = 5.31%
B = 80.53%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10065B (or 0x10065B) is known color: Midnight Blue. HEX triplet: 10, 06 and 5B. RGB value is (16,6,91). Sum of RGB (Red+Green+Blue) = 16+6+91=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #10065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10065B is #EFF9A4. Grayscale: #121212. Windows color (decimal): -15727013 or 5965328. OLE color: 5965328.

HSL color Cylindrical-coordinate representation of color #10065B: hue angle of 247.06º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10065B is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 6 91 -
CMYK 0.82 0.93 0 0.64
HSL 247.06º 0.88% 0.19% -
HSV(B) 247.06º 0.93% 0.36% -
XYZ 2.17 1 9.98 -
YUV 18.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 16 6 91 0.82 0.93 0 0.64 247.06 0.88 0.19
Hex 10 6 5B 52 5D 0 40 F7 58 13
Octal 20 6 133 122 135 0 100 367 130 23
Binary 10000 110 1011011 1010010 1011101 0 1000000 11110111 1011000 10011

Color Harmonies of #10065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10065B

Black with #10065B

Text Example


Text Example

White with #10065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,6,91); }

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

background-color css

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

 a { background-color: rgb(16,6,91); }

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

border-color css

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

 span { border-color: rgb(16,6,91); }

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