Html Css Color HEX #231189 Ultramarine

📋 copy color: '#231189'

red 35 ◦ green 17 ◦ blue 137

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

Shades of Ultramarine #231189

Tints of Ultramarine #231189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 72.49%

R = 18.52%
G = 8.99%
B = 72.49%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#231189 (or 0x231189) is known color: Ultramarine. HEX triplet: 23, 11 and 89. RGB value is (35,17,137). Sum of RGB (Red+Green+Blue) = 35+17+137=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #231189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231189 is #DCEE76. Grayscale: #232323. Windows color (decimal): -14478967 or 8982819. OLE color: 8982819.

HSL color Cylindrical-coordinate representation of color #231189: hue angle of 249º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231189 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 17 137 -
CMYK 0.74 0.88 0 0.46
HSL 249º 0.78% 0.3% -
HSV(B) 249º 0.88% 0.54% -
XYZ 5.41 2.56 23.88 -
YUV 36.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 35 17 137 0.74 0.88 0 0.46 249 0.78 0.3
Hex 23 11 89 4A 58 0 2E F9 4E 1E
Octal 43 21 211 112 130 0 56 371 116 36
Binary 100011 10001 10001001 1001010 1011000 0 101110 11111001 1001110 11110

Color Harmonies of #231189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231189

Black with #231189

Text Example


Text Example

White with #231189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231189; }

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

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

background-color css

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

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

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

border-color css

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

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

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