Html Css Color HEX #190AB0 Ultramarine

📋 copy color: '#190AB0'

red 25 ◦ green 10 ◦ blue 176

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

Shades of Ultramarine #190AB0

Tints of Ultramarine #190AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 83.41%

R = 11.85%
G = 4.74%
B = 83.41%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#190AB0 (or 0x190AB0) is known color: Ultramarine. HEX triplet: 19, 0A and B0. RGB value is (25,10,176). Sum of RGB (Red+Green+Blue) = 25+10+176=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 176 (69.14% from 255 or 83.41% from 211); Max value from RGB is 176 - color contains mainly: blue. Hex color #190AB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190AB0 is #E6F54F. Grayscale: #202020. Windows color (decimal): -15136080 or 11536921. OLE color: 11536921.

HSL color Cylindrical-coordinate representation of color #190AB0: hue angle of 245.42º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190AB0 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 10 176 -
CMYK 0.86 0.94 0 0.31
HSL 245.42º 0.89% 0.36% -
HSV(B) 245.42º 0.94% 0.69% -
XYZ 8.35 3.56 41.32 -
YUV 33.41 208.47 122 -
System Red Green Blue C M Y K H S L
Decimal 25 10 176 0.86 0.94 0 0.31 245.42 0.89 0.36
Hex 19 A B0 56 5E 0 1F F5 59 24
Octal 31 12 260 126 136 0 37 365 131 44
Binary 11001 1010 10110000 1010110 1011110 0 11111 11110101 1011001 100100

Color Harmonies of #190AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190AB0

Black with #190AB0

Text Example


Text Example

White with #190AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,10,176); }

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

background-color css

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

 a { background-color: rgb(25,10,176); }

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

border-color css

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

 span { border-color: rgb(25,10,176); }

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