Html Css Color HEX #250AAA Ultramarine

📋 copy color: '#250AAA'

red 37 ◦ green 10 ◦ blue 170

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

Shades of Ultramarine #250AAA

Tints of Ultramarine #250AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

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

R = 17.05%
G = 4.61%
B = 78.34%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#250AAA (or 0x250AAA) is known color: Ultramarine. HEX triplet: 25, 0A and AA. RGB value is (37,10,170). Sum of RGB (Red+Green+Blue) = 37+10+170=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #250AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250AAA is #DAF555. Grayscale: #232323. Windows color (decimal): -14349654 or 11143717. OLE color: 11143717.

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

Color convert

RGB 37 10 170 -
CMYK 0.78 0.94 0 0.33
HSL 250.13º 0.89% 0.35% -
HSV(B) 250.13º 0.94% 0.67% -
XYZ 8.13 3.51 38.28 -
YUV 36.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 37 10 170 0.78 0.94 0 0.33 250.13 0.89 0.35
Hex 25 A AA 4E 5E 0 21 FA 59 23
Octal 45 12 252 116 136 0 41 372 131 43
Binary 100101 1010 10101010 1001110 1011110 0 100001 11111010 1011001 100011

Color Harmonies of #250AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250AAA

Black with #250AAA

Text Example


Text Example

White with #250AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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