Html Css Color HEX #190DAB Ultramarine

📋 copy color: '#190DAB'

red 25 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #190DAB

Tints of Ultramarine #190DAB

RGB

 RED value IS 25 (10.16% from 255) = 11.96%

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

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

R = 11.96%
G = 6.22%
B = 81.82%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#190DAB (or 0x190DAB) is known color: Ultramarine. HEX triplet: 19, 0D and AB. RGB value is (25,13,171). Sum of RGB (Red+Green+Blue) = 25+13+171=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #190DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190DAB is #E6F254. Grayscale: #212121. Windows color (decimal): -15135317 or 11210009. OLE color: 11210009.

HSL color Cylindrical-coordinate representation of color #190DAB: hue angle of 244.56º 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 #190DAB is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 13 171 -
CMYK 0.85 0.92 0 0.33
HSL 244.56º 0.86% 0.36% -
HSV(B) 244.56º 0.92% 0.67% -
XYZ 7.9 3.43 38.77 -
YUV 34.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 25 13 171 0.85 0.92 0 0.33 244.56 0.86 0.36
Hex 19 D AB 55 5C 0 21 F5 56 24
Octal 31 15 253 125 134 0 41 365 126 44
Binary 11001 1101 10101011 1010101 1011100 0 100001 11110101 1010110 100100

Color Harmonies of #190DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190DAB

Black with #190DAB

Text Example


Text Example

White with #190DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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