Html Css Color HEX #250DA3 Ultramarine

📋 copy color: '#250DA3'

red 37 ◦ green 13 ◦ blue 163

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

Shades of Ultramarine #250DA3

Tints of Ultramarine #250DA3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.1%

 BLUE value IS 163 (64.06% from 255) = 76.53%

R = 17.37%
G = 6.1%
B = 76.53%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#250DA3 (or 0x250DA3) is known color: Ultramarine. HEX triplet: 25, 0D and A3. RGB value is (37,13,163). Sum of RGB (Red+Green+Blue) = 37+13+163=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 163 (64.06% from 255 or 76.53% from 213); Max value from RGB is 163 - color contains mainly: blue. Hex color #250DA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250DA3 is #DAF25C. Grayscale: #242424. Windows color (decimal): -14348893 or 10685733. OLE color: 10685733.

HSL color Cylindrical-coordinate representation of color #250DA3: hue angle of 249.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250DA3 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 13 163 -
CMYK 0.77 0.92 0 0.36
HSL 249.6º 0.85% 0.35% -
HSV(B) 249.6º 0.92% 0.64% -
XYZ 7.52 3.33 34.9 -
YUV 37.28 198.95 127.8 -
System Red Green Blue C M Y K H S L
Decimal 37 13 163 0.77 0.92 0 0.36 249.6 0.85 0.35
Hex 25 D A3 4D 5C 0 24 FA 55 23
Octal 45 15 243 115 134 0 44 372 125 43
Binary 100101 1101 10100011 1001101 1011100 0 100100 11111010 1010101 100011

Color Harmonies of #250DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DA3

Black with #250DA3

Text Example


Text Example

White with #250DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,13,163); }

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

background-color css

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

 a { background-color: rgb(37,13,163); }

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

border-color css

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

 span { border-color: rgb(37,13,163); }

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