Html Css Color HEX #231589 Ultramarine

📋 copy color: '#231589'

red 35 ◦ green 21 ◦ blue 137

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

Shades of Ultramarine #231589

Tints of Ultramarine #231589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 18.13%
G = 10.88%
B = 70.98%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#231589 (or 0x231589) is known color: Ultramarine. HEX triplet: 23, 15 and 89. RGB value is (35,21,137). Sum of RGB (Red+Green+Blue) = 35+21+137=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #231589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231589 is #DCEA76. Grayscale: #252525. Windows color (decimal): -14477943 or 8983843. OLE color: 8983843.

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

Color convert

RGB 35 21 137 -
CMYK 0.74 0.85 0 0.46
HSL 247.24º 0.73% 0.31% -
HSV(B) 247.24º 0.85% 0.54% -
XYZ 5.48 2.7 23.9 -
YUV 38.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 35 21 137 0.74 0.85 0 0.46 247.24 0.73 0.31
Hex 23 15 89 4A 55 0 2E F7 49 1F
Octal 43 25 211 112 125 0 56 367 111 37
Binary 100011 10101 10001001 1001010 1010101 0 101110 11110111 1001001 11111

Color Harmonies of #231589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231589

Black with #231589

Text Example


Text Example

White with #231589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231589; }

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

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

background-color css

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

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

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

border-color css

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

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

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