Html Css Color HEX #231491 Ultramarine

📋 copy color: '#231491'

red 35 ◦ green 20 ◦ blue 145

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

Shades of Ultramarine #231491

Tints of Ultramarine #231491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

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

R = 17.5%
G = 10%
B = 72.5%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#231491 (or 0x231491) is known color: Ultramarine. HEX triplet: 23, 14 and 91. RGB value is (35,20,145). Sum of RGB (Red+Green+Blue) = 35+20+145=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #231491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231491 is #DCEB6E. Grayscale: #262626. Windows color (decimal): -14478191 or 9507875. OLE color: 9507875.

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

Color convert

RGB 35 20 145 -
CMYK 0.76 0.86 0 0.43
HSL 247.2º 0.76% 0.32% -
HSV(B) 247.2º 0.86% 0.57% -
XYZ 6.05 2.9 27.03 -
YUV 38.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 35 20 145 0.76 0.86 0 0.43 247.2 0.76 0.32
Hex 23 14 91 4C 56 0 2B F7 4C 20
Octal 43 24 221 114 126 0 53 367 114 40
Binary 100011 10100 10010001 1001100 1010110 0 101011 11110111 1001100 100000

Color Harmonies of #231491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231491

Black with #231491

Text Example


Text Example

White with #231491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231491; }

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

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

background-color css

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

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

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

border-color css

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

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

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