Html Css Color HEX #2613AE Ultramarine

📋 copy color: '#2613AE'

red 38 ◦ green 19 ◦ blue 174

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

Shades of Ultramarine #2613AE

Tints of Ultramarine #2613AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 174 (68.36% from 255) = 75.32%

R = 16.45%
G = 8.23%
B = 75.32%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2613AE (or 0x2613AE) is known color: Ultramarine. HEX triplet: 26, 13 and AE. RGB value is (38,19,174). Sum of RGB (Red+Green+Blue) = 38+19+174=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #2613AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2613AE is #D9EC51. Grayscale: #292929. Windows color (decimal): -14281810 or 11408166. OLE color: 11408166.

HSL color Cylindrical-coordinate representation of color #2613AE: hue angle of 247.35º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2613AE is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 19 174 -
CMYK 0.78 0.89 0 0.32
HSL 247.35º 0.8% 0.38% -
HSV(B) 247.35º 0.89% 0.68% -
XYZ 8.67 3.93 40.35 -
YUV 42.35 202.29 124.9 -
System Red Green Blue C M Y K H S L
Decimal 38 19 174 0.78 0.89 0 0.32 247.35 0.8 0.38
Hex 26 13 AE 4E 59 0 20 F7 50 26
Octal 46 23 256 116 131 0 40 367 120 46
Binary 100110 10011 10101110 1001110 1011001 0 100000 11110111 1010000 100110

Color Harmonies of #2613AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2613AE

Black with #2613AE

Text Example


Text Example

White with #2613AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2613AE; }

 p { color: rgb(38,19,174); }

 H1.HeaderClassName
 {
   color: #2613AE;
 }
 .AnyTagClassName
 {
   color: #2613AE;
 }
</style>

background-color css

<style>
 a { background-color: #2613AE; }

 a { background-color: rgb(38,19,174); }

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

border-color css

<style>
 span { border-color: #2613AE; }

 span { border-color: rgb(38,19,174); }

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