Html Css Color HEX #231190 Ultramarine

📋 copy color: '#231190'

red 35 ◦ green 17 ◦ blue 144

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

Shades of Ultramarine #231190

Tints of Ultramarine #231190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 144 (56.64% from 255) = 73.47%

R = 17.86%
G = 8.67%
B = 73.47%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#231190 (or 0x231190) is known color: Ultramarine. HEX triplet: 23, 11 and 90. RGB value is (35,17,144). Sum of RGB (Red+Green+Blue) = 35+17+144=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #231190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231190 is #DCEE6F. Grayscale: #242424. Windows color (decimal): -14478960 or 9441571. OLE color: 9441571.

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

Color convert

RGB 35 17 144 -
CMYK 0.76 0.88 0 0.44
HSL 248.5º 0.79% 0.32% -
HSV(B) 248.5º 0.88% 0.56% -
XYZ 5.93 2.77 26.61 -
YUV 36.86 188.46 126.67 -
System Red Green Blue C M Y K H S L
Decimal 35 17 144 0.76 0.88 0 0.44 248.5 0.79 0.32
Hex 23 11 90 4C 58 0 2C F9 4F 20
Octal 43 21 220 114 130 0 54 371 117 40
Binary 100011 10001 10010000 1001100 1011000 0 101100 11111001 1001111 100000

Color Harmonies of #231190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231190

Black with #231190

Text Example


Text Example

White with #231190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231190; }

 p { color: rgb(35,17,144); }

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

background-color css

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

 a { background-color: rgb(35,17,144); }

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

border-color css

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

 span { border-color: rgb(35,17,144); }

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