Html Css Color HEX #231289 Ultramarine

📋 copy color: '#231289'

red 35 ◦ green 18 ◦ blue 137

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

Shades of Ultramarine #231289

Tints of Ultramarine #231289

RGB

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

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

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

R = 18.42%
G = 9.47%
B = 72.11%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#231289 (or 0x231289) is known color: Ultramarine. HEX triplet: 23, 12 and 89. RGB value is (35,18,137). Sum of RGB (Red+Green+Blue) = 35+18+137=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #231289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231289 is #DCED76. Grayscale: #242424. Windows color (decimal): -14478711 or 8983075. OLE color: 8983075.

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

Color convert

RGB 35 18 137 -
CMYK 0.74 0.87 0 0.46
HSL 248.57º 0.77% 0.3% -
HSV(B) 248.57º 0.87% 0.54% -
XYZ 5.42 2.6 23.88 -
YUV 36.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 35 18 137 0.74 0.87 0 0.46 248.57 0.77 0.3
Hex 23 12 89 4A 57 0 2E F9 4D 1E
Octal 43 22 211 112 127 0 56 371 115 36
Binary 100011 10010 10001001 1001010 1010111 0 101110 11111001 1001101 11110

Color Harmonies of #231289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231289

Black with #231289

Text Example


Text Example

White with #231289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231289; }

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

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

background-color css

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

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

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

border-color css

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

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

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