Html Css Color HEX #23119C Ultramarine

📋 copy color: '#23119C'

red 35 ◦ green 17 ◦ blue 156

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

Shades of Ultramarine #23119C

Tints of Ultramarine #23119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 75%

R = 16.83%
G = 8.17%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23119C (or 0x23119C) is known color: Ultramarine. HEX triplet: 23, 11 and 9C. RGB value is (35,17,156). Sum of RGB (Red+Green+Blue) = 35+17+156=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #23119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23119C is #DCEE63. Grayscale: #252525. Windows color (decimal): -14478948 or 10228003. OLE color: 10228003.

HSL color Cylindrical-coordinate representation of color #23119C: hue angle of 247.77º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23119C is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 17 156 -
CMYK 0.78 0.89 0 0.39
HSL 247.77º 0.8% 0.34% -
HSV(B) 247.77º 0.89% 0.61% -
XYZ 6.89 3.16 31.7 -
YUV 38.23 194.46 125.7 -
System Red Green Blue C M Y K H S L
Decimal 35 17 156 0.78 0.89 0 0.39 247.77 0.8 0.34
Hex 23 11 9C 4E 59 0 27 F8 50 22
Octal 43 21 234 116 131 0 47 370 120 42
Binary 100011 10001 10011100 1001110 1011001 0 100111 11111000 1010000 100010

Color Harmonies of #23119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23119C

Black with #23119C

Text Example


Text Example

White with #23119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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