Html Css Color HEX #231099 Ultramarine

📋 copy color: '#231099'

red 35 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #231099

Tints of Ultramarine #231099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75%

R = 17.16%
G = 7.84%
B = 75%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#231099 (or 0x231099) is known color: Ultramarine. HEX triplet: 23, 10 and 99. RGB value is (35,16,153). Sum of RGB (Red+Green+Blue) = 35+16+153=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #231099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231099 is #DCEF66. Grayscale: #242424. Windows color (decimal): -14479207 or 10031139. OLE color: 10031139.

HSL color Cylindrical-coordinate representation of color #231099: hue angle of 248.32º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #231099 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 16 153 -
CMYK 0.77 0.90 0 0.4
HSL 248.32º 0.81% 0.33% -
HSV(B) 248.32º 0.9% 0.6% -
XYZ 6.63 3.03 30.37 -
YUV 37.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 35 16 153 0.77 0.90 0 0.4 248.32 0.81 0.33
Hex 23 10 99 4D 5A 0 28 F8 51 21
Octal 43 20 231 115 132 0 50 370 121 41
Binary 100011 10000 10011001 1001101 1011010 0 101000 11111000 1010001 100001

Color Harmonies of #231099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231099

Black with #231099

Text Example


Text Example

White with #231099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231099; }

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

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

background-color css

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

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

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

border-color css

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

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

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