Html Css Color HEX #190BAE Ultramarine

📋 copy color: '#190BAE'

red 25 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #190BAE

Tints of Ultramarine #190BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.24%

 BLUE value IS 174 (68.36% from 255) = 82.86%

R = 11.9%
G = 5.24%
B = 82.86%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#190BAE (or 0x190BAE) is known color: Ultramarine. HEX triplet: 19, 0B and AE. RGB value is (25,11,174). Sum of RGB (Red+Green+Blue) = 25+11+174=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #190BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190BAE is #E6F451. Grayscale: #212121. Windows color (decimal): -15135826 or 11406105. OLE color: 11406105.

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

Color convert

RGB 25 11 174 -
CMYK 0.86 0.94 0 0.32
HSL 245.15º 0.88% 0.36% -
HSV(B) 245.15º 0.94% 0.68% -
XYZ 8.16 3.5 40.29 -
YUV 33.77 207.14 121.75 -
System Red Green Blue C M Y K H S L
Decimal 25 11 174 0.86 0.94 0 0.32 245.15 0.88 0.36
Hex 19 B AE 56 5E 0 20 F5 58 24
Octal 31 13 256 126 136 0 40 365 130 44
Binary 11001 1011 10101110 1010110 1011110 0 100000 11110101 1011000 100100

Color Harmonies of #190BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190BAE

Black with #190BAE

Text Example


Text Example

White with #190BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,11,174); }

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

background-color css

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

 a { background-color: rgb(25,11,174); }

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

border-color css

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

 span { border-color: rgb(25,11,174); }

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