Html Css Color HEX #23119F Ultramarine

📋 copy color: '#23119F'

red 35 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #23119F

Tints of Ultramarine #23119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 75.36%

R = 16.59%
G = 8.06%
B = 75.36%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23119F (or 0x23119F) is known color: Ultramarine. HEX triplet: 23, 11 and 9F. RGB value is (35,17,159). Sum of RGB (Red+Green+Blue) = 35+17+159=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #23119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23119F is #DCEE60. Grayscale: #262626. Windows color (decimal): -14478945 or 10424611. OLE color: 10424611.

HSL color Cylindrical-coordinate representation of color #23119F: hue angle of 247.61º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23119F is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 17 159 -
CMYK 0.78 0.89 0 0.38
HSL 247.61º 0.81% 0.35% -
HSV(B) 247.61º 0.89% 0.62% -
XYZ 7.15 3.26 33.05 -
YUV 38.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 35 17 159 0.78 0.89 0 0.38 247.61 0.81 0.35
Hex 23 11 9F 4E 59 0 26 F8 51 23
Octal 43 21 237 116 131 0 46 370 121 43
Binary 100011 10001 10011111 1001110 1011001 0 100110 11111000 1010001 100011

Color Harmonies of #23119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23119F

Black with #23119F

Text Example


Text Example

White with #23119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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