Html Css Color HEX #231274 Midnight Blue

📋 copy color: '#231274'

red 35 ◦ green 18 ◦ blue 116

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

Shades of Midnight Blue #231274

Tints of Midnight Blue #231274

RGB

 RED value IS 35 (14.06% from 255) = 20.71%

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 116 (45.7% from 255) = 68.64%

R = 20.71%
G = 10.65%
B = 68.64%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231274 (or 0x231274) is known color: Midnight Blue. HEX triplet: 23, 12 and 74. RGB value is (35,18,116). Sum of RGB (Red+Green+Blue) = 35+18+116=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #231274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231274 is #DCED8B. Grayscale: #212121. Windows color (decimal): -14478732 or 7606819. OLE color: 7606819.

HSL color Cylindrical-coordinate representation of color #231274: hue angle of 250.41º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231274 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 18 116 -
CMYK 0.70 0.84 0 0.55
HSL 250.41º 0.73% 0.26% -
HSV(B) 250.41º 0.84% 0.45% -
XYZ 4.06 2.05 16.7 -
YUV 34.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 35 18 116 0.70 0.84 0 0.55 250.41 0.73 0.26
Hex 23 12 74 46 54 0 37 FA 49 1A
Octal 43 22 164 106 124 0 67 372 111 32
Binary 100011 10010 1110100 1000110 1010100 0 110111 11111010 1001001 11010

Color Harmonies of #231274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231274

Black with #231274

Text Example


Text Example

White with #231274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231274; }

 p { color: rgb(35,18,116); }

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

background-color css

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

 a { background-color: rgb(35,18,116); }

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

border-color css

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

 span { border-color: rgb(35,18,116); }

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