Html Css Color HEX #251AAA Ultramarine

📋 copy color: '#251AAA'

red 37 ◦ green 26 ◦ blue 170

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

Shades of Ultramarine #251AAA

Tints of Ultramarine #251AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

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

R = 15.88%
G = 11.16%
B = 72.96%

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

#251AAA (or 0x251AAA) is known color: Ultramarine. HEX triplet: 25, 1A and AA. RGB value is (37,26,170). Sum of RGB (Red+Green+Blue) = 37+26+170=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #251AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251AAA is #DAE555. Grayscale: #2D2D2D. Windows color (decimal): -14345558 or 11147813. OLE color: 11147813.

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

Color convert

RGB 37 26 170 -
CMYK 0.78 0.85 0 0.33
HSL 244.58º 0.73% 0.38% -
HSV(B) 244.58º 0.85% 0.67% -
XYZ 8.39 4.03 38.37 -
YUV 45.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 37 26 170 0.78 0.85 0 0.33 244.58 0.73 0.38
Hex 25 1A AA 4E 55 0 21 F5 49 26
Octal 45 32 252 116 125 0 41 365 111 46
Binary 100101 11010 10101010 1001110 1010101 0 100001 11110101 1001001 100110

Color Harmonies of #251AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AAA

Black with #251AAA

Text Example


Text Example

White with #251AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251AAA; }

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

 H1.HeaderClassName
 {
   color: #251AAA;
 }
 .AnyTagClassName
 {
   color: #251AAA;
 }
</style>

background-color css

<style>
 a { background-color: #251AAA; }

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

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

border-color css

<style>
 span { border-color: #251AAA; }

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

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