Html Css Color HEX #250DAB Ultramarine

📋 copy color: '#250DAB'

red 37 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #250DAB

Tints of Ultramarine #250DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.38%

R = 16.74%
G = 5.88%
B = 77.38%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#250DAB (or 0x250DAB) is known color: Ultramarine. HEX triplet: 25, 0D and AB. RGB value is (37,13,171). Sum of RGB (Red+Green+Blue) = 37+13+171=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #250DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250DAB is #DAF254. Grayscale: #252525. Windows color (decimal): -14348885 or 11210021. OLE color: 11210021.

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

Color convert

RGB 37 13 171 -
CMYK 0.78 0.92 0 0.33
HSL 249.11º 0.86% 0.36% -
HSV(B) 249.11º 0.92% 0.67% -
XYZ 8.26 3.62 38.79 -
YUV 38.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 37 13 171 0.78 0.92 0 0.33 249.11 0.86 0.36
Hex 25 D AB 4E 5C 0 21 F9 56 24
Octal 45 15 253 116 134 0 41 371 126 44
Binary 100101 1101 10101011 1001110 1011100 0 100001 11111001 1010110 100100

Color Harmonies of #250DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DAB

Black with #250DAB

Text Example


Text Example

White with #250DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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