Html Css Color HEX #2514AA Ultramarine

📋 copy color: '#2514AA'

red 37 ◦ green 20 ◦ blue 170

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

Shades of Ultramarine #2514AA

Tints of Ultramarine #2514AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 74.89%

R = 16.3%
G = 8.81%
B = 74.89%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2514AA (or 0x2514AA) is known color: Ultramarine. HEX triplet: 25, 14 and AA. RGB value is (37,20,170). Sum of RGB (Red+Green+Blue) = 37+20+170=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2514AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2514AA is #DAEB55. Grayscale: #292929. Windows color (decimal): -14347094 or 11146277. OLE color: 11146277.

HSL color Cylindrical-coordinate representation of color #2514AA: hue angle of 246.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2514AA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 20 170 -
CMYK 0.78 0.88 0 0.33
HSL 246.8º 0.79% 0.37% -
HSV(B) 246.8º 0.88% 0.67% -
XYZ 8.27 3.8 38.33 -
YUV 42.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 37 20 170 0.78 0.88 0 0.33 246.8 0.79 0.37
Hex 25 14 AA 4E 58 0 21 F7 4F 25
Octal 45 24 252 116 130 0 41 367 117 45
Binary 100101 10100 10101010 1001110 1011000 0 100001 11110111 1001111 100101

Color Harmonies of #2514AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2514AA

Black with #2514AA

Text Example


Text Example

White with #2514AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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