Html Css Color HEX #2514AE Ultramarine

📋 copy color: '#2514AE'

red 37 ◦ green 20 ◦ blue 174

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

Shades of Ultramarine #2514AE

Tints of Ultramarine #2514AE

RGB

 RED value IS 37 (14.84% from 255) = 16.02%

 GREEN value IS 20 (8.2% from 255) = 8.66%

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

R = 16.02%
G = 8.66%
B = 75.32%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2514AE (or 0x2514AE) is known color: Ultramarine. HEX triplet: 25, 14 and AE. RGB value is (37,20,174). Sum of RGB (Red+Green+Blue) = 37+20+174=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 20 (8.20% from 255 or 8.66% 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 #2514AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2514AE is #DAEB51. Grayscale: #2A2A2A. Windows color (decimal): -14347090 or 11408421. OLE color: 11408421.

HSL color Cylindrical-coordinate representation of color #2514AE: hue angle of 246.62º degrees, saturation: 0.79, 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 #2514AE is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 20 174 -
CMYK 0.79 0.89 0 0.32
HSL 246.62º 0.79% 0.38% -
HSV(B) 246.62º 0.89% 0.68% -
XYZ 8.65 3.95 40.35 -
YUV 42.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 37 20 174 0.79 0.89 0 0.32 246.62 0.79 0.38
Hex 25 14 AE 4F 59 0 20 F7 4F 26
Octal 45 24 256 117 131 0 40 367 117 46
Binary 100101 10100 10101110 1001111 1011001 0 100000 11110111 1001111 100110

Color Harmonies of #2514AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2514AE

Black with #2514AE

Text Example


Text Example

White with #2514AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,20,174); }

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

background-color css

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

 a { background-color: rgb(37,20,174); }

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

border-color css

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

 span { border-color: rgb(37,20,174); }

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