Html Css Color HEX #231097 Ultramarine

📋 copy color: '#231097'

red 35 ◦ green 16 ◦ blue 151

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

Shades of Ultramarine #231097

Tints of Ultramarine #231097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 17.33%
G = 7.92%
B = 74.75%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#231097 (or 0x231097) is known color: Ultramarine. HEX triplet: 23, 10 and 97. RGB value is (35,16,151). Sum of RGB (Red+Green+Blue) = 35+16+151=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #231097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231097 is #DCEF68. Grayscale: #242424. Windows color (decimal): -14479209 or 9900067. OLE color: 9900067.

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

Color convert

RGB 35 16 151 -
CMYK 0.77 0.89 0 0.41
HSL 248.44º 0.81% 0.33% -
HSV(B) 248.44º 0.89% 0.59% -
XYZ 6.46 2.96 29.51 -
YUV 37.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 35 16 151 0.77 0.89 0 0.41 248.44 0.81 0.33
Hex 23 10 97 4D 59 0 29 F8 51 21
Octal 43 20 227 115 131 0 51 370 121 41
Binary 100011 10000 10010111 1001101 1011001 0 101001 11111000 1010001 100001

Color Harmonies of #231097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231097

Black with #231097

Text Example


Text Example

White with #231097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231097; }

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

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

background-color css

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

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

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

border-color css

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

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

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