Html Css Color HEX #23118C Ultramarine

📋 copy color: '#23118C'

red 35 ◦ green 17 ◦ blue 140

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

Shades of Ultramarine #23118C

Tints of Ultramarine #23118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.85%

 BLUE value IS 140 (55.08% from 255) = 72.92%

R = 18.23%
G = 8.85%
B = 72.92%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23118C (or 0x23118C) is known color: Ultramarine. HEX triplet: 23, 11 and 8C. RGB value is (35,17,140). Sum of RGB (Red+Green+Blue) = 35+17+140=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #23118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23118C is #DCEE73. Grayscale: #232323. Windows color (decimal): -14478964 or 9179427. OLE color: 9179427.

HSL color Cylindrical-coordinate representation of color #23118C: hue angle of 248.78º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23118C is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 17 140 -
CMYK 0.75 0.88 0 0.45
HSL 248.78º 0.78% 0.31% -
HSV(B) 248.78º 0.88% 0.55% -
XYZ 5.63 2.65 25.03 -
YUV 36.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 35 17 140 0.75 0.88 0 0.45 248.78 0.78 0.31
Hex 23 11 8C 4B 58 0 2D F9 4E 1F
Octal 43 21 214 113 130 0 55 371 116 37
Binary 100011 10001 10001100 1001011 1011000 0 101101 11111001 1001110 11111

Color Harmonies of #23118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23118C

Black with #23118C

Text Example


Text Example

White with #23118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23118C; }

 p { color: rgb(35,17,140); }

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

background-color css

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

 a { background-color: rgb(35,17,140); }

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

border-color css

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

 span { border-color: rgb(35,17,140); }

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