Html Css Color HEX #231791 Ultramarine

📋 copy color: '#231791'

red 35 ◦ green 23 ◦ blue 145

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

Shades of Ultramarine #231791

Tints of Ultramarine #231791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 145 (57.03% from 255) = 71.43%

R = 17.24%
G = 11.33%
B = 71.43%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#231791 (or 0x231791) is known color: Ultramarine. HEX triplet: 23, 17 and 91. RGB value is (35,23,145). Sum of RGB (Red+Green+Blue) = 35+23+145=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #231791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231791 is #DCE86E. Grayscale: #282828. Windows color (decimal): -14477423 or 9508643. OLE color: 9508643.

HSL color Cylindrical-coordinate representation of color #231791: hue angle of 245.9º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231791 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 23 145 -
CMYK 0.76 0.84 0 0.43
HSL 245.9º 0.73% 0.33% -
HSV(B) 245.9º 0.84% 0.57% -
XYZ 6.11 3.01 27.05 -
YUV 40.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 35 23 145 0.76 0.84 0 0.43 245.9 0.73 0.33
Hex 23 17 91 4C 54 0 2B F6 49 21
Octal 43 27 221 114 124 0 53 366 111 41
Binary 100011 10111 10010001 1001100 1010100 0 101011 11110110 1001001 100001

Color Harmonies of #231791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231791

Black with #231791

Text Example


Text Example

White with #231791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231791; }

 p { color: rgb(35,23,145); }

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

background-color css

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

 a { background-color: rgb(35,23,145); }

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

border-color css

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

 span { border-color: rgb(35,23,145); }

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