Html Css Color HEX #10025C Midnight Blue

📋 copy color: '#10025C'

red 16 ◦ green 2 ◦ blue 92

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

Shades of Midnight Blue #10025C

Tints of Midnight Blue #10025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.82%

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

R = 14.55%
G = 1.82%
B = 83.64%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10025C (or 0x10025C) is known color: Midnight Blue. HEX triplet: 10, 02 and 5C. RGB value is (16,2,92). Sum of RGB (Red+Green+Blue) = 16+2+92=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #10025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10025C is #EFFDA3. Grayscale: #101010. Windows color (decimal): -15728036 or 6029840. OLE color: 6029840.

HSL color Cylindrical-coordinate representation of color #10025C: hue angle of 249.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10025C is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 2 92 -
CMYK 0.83 0.98 0 0.64
HSL 249.33º 0.96% 0.18% -
HSV(B) 249.33º 0.98% 0.36% -
XYZ 2.17 0.93 10.19 -
YUV 16.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 16 2 92 0.83 0.98 0 0.64 249.33 0.96 0.18
Hex 10 2 5C 53 62 0 40 F9 60 12
Octal 20 2 134 123 142 0 100 371 140 22
Binary 10000 10 1011100 1010011 1100010 0 1000000 11111001 1100000 10010

Color Harmonies of #10025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10025C

Black with #10025C

Text Example


Text Example

White with #10025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,2,92); }

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

background-color css

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

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

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

border-color css

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

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

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