Html Css Color HEX #190BAF Ultramarine

📋 copy color: '#190BAF'

red 25 ◦ green 11 ◦ blue 175

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

Shades of Ultramarine #190BAF

Tints of Ultramarine #190BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 82.94%

R = 11.85%
G = 5.21%
B = 82.94%

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

#190BAF (or 0x190BAF) is known color: Ultramarine. HEX triplet: 19, 0B and AF. RGB value is (25,11,175). Sum of RGB (Red+Green+Blue) = 25+11+175=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #190BAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190BAF is #E6F450. Grayscale: #212121. Windows color (decimal): -15135825 or 11471641. OLE color: 11471641.

HSL color Cylindrical-coordinate representation of color #190BAF: hue angle of 245.12º degrees, saturation: 0.88, 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 #190BAF is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 11 175 -
CMYK 0.86 0.94 0 0.31
HSL 245.12º 0.88% 0.36% -
HSV(B) 245.12º 0.94% 0.69% -
XYZ 8.26 3.54 40.81 -
YUV 33.88 207.64 121.66 -
System Red Green Blue C M Y K H S L
Decimal 25 11 175 0.86 0.94 0 0.31 245.12 0.88 0.36
Hex 19 B AF 56 5E 0 1F F5 58 24
Octal 31 13 257 126 136 0 37 365 130 44
Binary 11001 1011 10101111 1010110 1011110 0 11111 11110101 1011000 100100

Color Harmonies of #190BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190BAF

Black with #190BAF

Text Example


Text Example

White with #190BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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