Html Css Color HEX #231F68 Midnight Blue

📋 copy color: '#231F68'

red 35 ◦ green 31 ◦ blue 104

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

Shades of Midnight Blue #231F68

Tints of Midnight Blue #231F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.24%

 BLUE value IS 104 (41.02% from 255) = 61.18%

R = 20.59%
G = 18.24%
B = 61.18%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#231F68 (or 0x231F68) is known color: Midnight Blue. HEX triplet: 23, 1F and 68. RGB value is (35,31,104). Sum of RGB (Red+Green+Blue) = 35+31+104=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #231F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F68 is #DCE097. Grayscale: #282828. Windows color (decimal): -14475416 or 6823715. OLE color: 6823715.

HSL color Cylindrical-coordinate representation of color #231F68: hue angle of 243.29º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231F68 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 31 104 -
CMYK 0.66 0.70 0 0.59
HSL 243.29º 0.54% 0.26% -
HSV(B) 243.29º 0.7% 0.41% -
XYZ 3.68 2.34 13.35 -
YUV 40.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 35 31 104 0.66 0.70 0 0.59 243.29 0.54 0.26
Hex 23 1F 68 42 46 0 3B F3 36 1A
Octal 43 37 150 102 106 0 73 363 66 32
Binary 100011 11111 1101000 1000010 1000110 0 111011 11110011 110110 11010

Color Harmonies of #231F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F68

Black with #231F68

Text Example


Text Example

White with #231F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231F68; }

 p { color: rgb(35,31,104); }

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

background-color css

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

 a { background-color: rgb(35,31,104); }

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

border-color css

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

 span { border-color: rgb(35,31,104); }

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