Html Css Color HEX #231A91 Ultramarine

📋 copy color: '#231A91'

red 35 ◦ green 26 ◦ blue 145

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

Shades of Ultramarine #231A91

Tints of Ultramarine #231A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

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

R = 16.99%
G = 12.62%
B = 70.39%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#231A91 (or 0x231A91) is known color: Ultramarine. HEX triplet: 23, 1A and 91. RGB value is (35,26,145). Sum of RGB (Red+Green+Blue) = 35+26+145=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #231A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A91 is #DCE56E. Grayscale: #292929. Windows color (decimal): -14476655 or 9509411. OLE color: 9509411.

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

Color convert

RGB 35 26 145 -
CMYK 0.76 0.82 0 0.43
HSL 244.54º 0.7% 0.34% -
HSV(B) 244.54º 0.82% 0.57% -
XYZ 6.17 3.14 27.07 -
YUV 42.26 185.98 122.82 -
System Red Green Blue C M Y K H S L
Decimal 35 26 145 0.76 0.82 0 0.43 244.54 0.7 0.34
Hex 23 1A 91 4C 52 0 2B F5 46 22
Octal 43 32 221 114 122 0 53 365 106 42
Binary 100011 11010 10010001 1001100 1010010 0 101011 11110101 1000110 100010

Color Harmonies of #231A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A91

Black with #231A91

Text Example


Text Example

White with #231A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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