Html Css Color HEX #231291 Ultramarine

📋 copy color: '#231291'

red 35 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #231291

Tints of Ultramarine #231291

RGB

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

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

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

R = 17.68%
G = 9.09%
B = 73.23%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#231291 (or 0x231291) is known color: Ultramarine. HEX triplet: 23, 12 and 91. RGB value is (35,18,145). Sum of RGB (Red+Green+Blue) = 35+18+145=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #231291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231291 is #DCED6E. Grayscale: #252525. Windows color (decimal): -14478703 or 9507363. OLE color: 9507363.

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

Color convert

RGB 35 18 145 -
CMYK 0.76 0.88 0 0.43
HSL 248.03º 0.78% 0.32% -
HSV(B) 248.03º 0.88% 0.57% -
XYZ 6.02 2.83 27.02 -
YUV 37.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 35 18 145 0.76 0.88 0 0.43 248.03 0.78 0.32
Hex 23 12 91 4C 58 0 2B F8 4E 20
Octal 43 22 221 114 130 0 53 370 116 40
Binary 100011 10010 10010001 1001100 1011000 0 101011 11111000 1001110 100000

Color Harmonies of #231291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231291

Black with #231291

Text Example


Text Example

White with #231291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231291; }

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

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

background-color css

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

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

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

border-color css

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

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

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