Html Css Color HEX #10274C Midnight

📋 copy color: '#10274C'

red 16 ◦ green 39 ◦ blue 76

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

Shades of Midnight #10274C

Tints of Midnight #10274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 12.21%
G = 29.77%
B = 58.02%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10274C (or 0x10274C) is known color: Midnight. HEX triplet: 10, 27 and 4C. RGB value is (16,39,76). Sum of RGB (Red+Green+Blue) = 16+39+76=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #10274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10274C is #EFD8B3. Grayscale: #242424. Windows color (decimal): -15718580 or 4990736. OLE color: 4990736.

HSL color Cylindrical-coordinate representation of color #10274C: hue angle of 217º 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 #10274C is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 39 76 -
CMYK 0.79 0.49 0 0.70
HSL 217º 0.65% 0.18% -
HSV(B) 217º 0.79% 0.3% -
XYZ 2.24 2.08 7.12 -
YUV 36.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 16 39 76 0.79 0.49 0 0.70 217 0.65 0.18
Hex 10 27 4C 4F 31 0 46 D9 41 12
Octal 20 47 114 117 61 0 106 331 101 22
Binary 10000 100111 1001100 1001111 110001 0 1000110 11011001 1000001 10010

Color Harmonies of #10274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10274C

Black with #10274C

Text Example


Text Example

White with #10274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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