Html Css Color HEX #231095 Ultramarine

📋 copy color: '#231095'

red 35 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #231095

Tints of Ultramarine #231095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 149 (58.59% from 255) = 74.5%

R = 17.5%
G = 8%
B = 74.5%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#231095 (or 0x231095) is known color: Ultramarine. HEX triplet: 23, 10 and 95. RGB value is (35,16,149). Sum of RGB (Red+Green+Blue) = 35+16+149=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #231095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231095 is #DCEF6A. Grayscale: #242424. Windows color (decimal): -14479211 or 9768995. OLE color: 9768995.

HSL color Cylindrical-coordinate representation of color #231095: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231095 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 16 149 -
CMYK 0.77 0.89 0 0.42
HSL 248.57º 0.81% 0.32% -
HSV(B) 248.57º 0.89% 0.58% -
XYZ 6.3 2.9 28.66 -
YUV 36.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 35 16 149 0.77 0.89 0 0.42 248.57 0.81 0.32
Hex 23 10 95 4D 59 0 2A F9 51 20
Octal 43 20 225 115 131 0 52 371 121 40
Binary 100011 10000 10010101 1001101 1011001 0 101010 11111001 1010001 100000

Color Harmonies of #231095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231095

Black with #231095

Text Example


Text Example

White with #231095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231095; }

 p { color: rgb(35,16,149); }

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

background-color css

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

 a { background-color: rgb(35,16,149); }

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

border-color css

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

 span { border-color: rgb(35,16,149); }

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