Html Css Color HEX #250DAD Ultramarine

📋 copy color: '#250DAD'

red 37 ◦ green 13 ◦ blue 173

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

Shades of Ultramarine #250DAD

Tints of Ultramarine #250DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 77.58%

R = 16.59%
G = 5.83%
B = 77.58%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#250DAD (or 0x250DAD) is known color: Ultramarine. HEX triplet: 25, 0D and AD. RGB value is (37,13,173). Sum of RGB (Red+Green+Blue) = 37+13+173=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #250DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250DAD is #DAF252. Grayscale: #252525. Windows color (decimal): -14348883 or 11341093. OLE color: 11341093.

HSL color Cylindrical-coordinate representation of color #250DAD: hue angle of 249º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250DAD is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 13 173 -
CMYK 0.79 0.92 0 0.32
HSL 249º 0.86% 0.36% -
HSV(B) 249º 0.92% 0.68% -
XYZ 8.45 3.7 39.8 -
YUV 38.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 37 13 173 0.79 0.92 0 0.32 249 0.86 0.36
Hex 25 D AD 4F 5C 0 20 F9 56 24
Octal 45 15 255 117 134 0 40 371 126 44
Binary 100101 1101 10101101 1001111 1011100 0 100000 11111001 1010110 100100

Color Harmonies of #250DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DAD

Black with #250DAD

Text Example


Text Example

White with #250DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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