Html Css Color HEX #2319A9 Ultramarine

📋 copy color: '#2319A9'

red 35 ◦ green 25 ◦ blue 169

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

Shades of Ultramarine #2319A9

Tints of Ultramarine #2319A9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 169 (66.41% from 255) = 73.8%

R = 15.28%
G = 10.92%
B = 73.8%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2319A9 (or 0x2319A9) is known color: Ultramarine. HEX triplet: 23, 19 and A9. RGB value is (35,25,169). Sum of RGB (Red+Green+Blue) = 35+25+169=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 169 (66.41% from 255 or 73.80% from 229); Max value from RGB is 169 - color contains mainly: blue. Hex color #2319A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2319A9 is #DCE656. Grayscale: #2B2B2B. Windows color (decimal): -14476887 or 11082019. OLE color: 11082019.

HSL color Cylindrical-coordinate representation of color #2319A9: hue angle of 244.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2319A9 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 35 25 169 -
CMYK 0.79 0.85 0 0.34
HSL 244.17º 0.74% 0.38% -
HSV(B) 244.17º 0.85% 0.66% -
XYZ 8.2 3.92 37.86 -
YUV 44.41 198.31 121.29 -
System Red Green Blue C M Y K H S L
Decimal 35 25 169 0.79 0.85 0 0.34 244.17 0.74 0.38
Hex 23 19 A9 4F 55 0 22 F4 4A 26
Octal 43 31 251 117 125 0 42 364 112 46
Binary 100011 11001 10101001 1001111 1010101 0 100010 11110100 1001010 100110

Color Harmonies of #2319A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2319A9

Black with #2319A9

Text Example


Text Example

White with #2319A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2319A9; }

 p { color: rgb(35,25,169); }

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

background-color css

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

 a { background-color: rgb(35,25,169); }

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

border-color css

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

 span { border-color: rgb(35,25,169); }

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