Html Css Color HEX #10264C Midnight

📋 copy color: '#10264C'

red 16 ◦ green 38 ◦ blue 76

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

Shades of Midnight #10264C

Tints of Midnight #10264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

 BLUE value IS 76 (30.08% from 255) = 58.46%

R = 12.31%
G = 29.23%
B = 58.46%

CMYK

 C value IS 0.79

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10264C (or 0x10264C) is known color: Midnight. HEX triplet: 10, 26 and 4C. RGB value is (16,38,76). Sum of RGB (Red+Green+Blue) = 16+38+76=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #10264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10264C is #EFD9B3. Grayscale: #232323. Windows color (decimal): -15718836 or 4990480. OLE color: 4990480.

HSL color Cylindrical-coordinate representation of color #10264C: hue angle of 218º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10264C is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 38 76 -
CMYK 0.79 0.5 0 0.70
HSL 218º 0.65% 0.18% -
HSV(B) 218º 0.79% 0.3% -
XYZ 2.21 2.02 7.11 -
YUV 35.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 16 38 76 0.79 0.5 0 0.70 218 0.65 0.18
Hex 10 26 4C 4F 32 0 46 DA 41 12
Octal 20 46 114 117 62 0 106 332 101 22
Binary 10000 100110 1001100 1001111 110010 0 1000110 11011010 1000001 10010

Color Harmonies of #10264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10264C

Black with #10264C

Text Example


Text Example

White with #10264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,38,76); }

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

background-color css

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

 a { background-color: rgb(16,38,76); }

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

border-color css

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

 span { border-color: rgb(16,38,76); }

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