Html Css Color HEX #2619AC Ultramarine

📋 copy color: '#2619AC'

red 38 ◦ green 25 ◦ blue 172

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

Shades of Ultramarine #2619AC

Tints of Ultramarine #2619AC

RGB

 RED value IS 38 (15.23% from 255) = 16.17%

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

 BLUE value IS 172 (67.58% from 255) = 73.19%

R = 16.17%
G = 10.64%
B = 73.19%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2619AC (or 0x2619AC) is known color: Ultramarine. HEX triplet: 26, 19 and AC. RGB value is (38,25,172). Sum of RGB (Red+Green+Blue) = 38+25+172=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #2619AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2619AC is #D9E653. Grayscale: #2D2D2D. Windows color (decimal): -14280276 or 11278630. OLE color: 11278630.

HSL color Cylindrical-coordinate representation of color #2619AC: hue angle of 245.31º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2619AC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 25 172 -
CMYK 0.78 0.85 0 0.33
HSL 245.31º 0.75% 0.39% -
HSV(B) 245.31º 0.85% 0.67% -
XYZ 8.59 4.09 39.37 -
YUV 45.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 38 25 172 0.78 0.85 0 0.33 245.31 0.75 0.39
Hex 26 19 AC 4E 55 0 21 F5 4B 27
Octal 46 31 254 116 125 0 41 365 113 47
Binary 100110 11001 10101100 1001110 1010101 0 100001 11110101 1001011 100111

Color Harmonies of #2619AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2619AC

Black with #2619AC

Text Example


Text Example

White with #2619AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2619AC; }

 p { color: rgb(38,25,172); }

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

background-color css

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

 a { background-color: rgb(38,25,172); }

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

border-color css

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

 span { border-color: rgb(38,25,172); }

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