Html Css Color HEX #190B8C Ultramarine

📋 copy color: '#190B8C'

red 25 ◦ green 11 ◦ blue 140

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

Shades of Ultramarine #190B8C

Tints of Ultramarine #190B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 79.55%

R = 14.2%
G = 6.25%
B = 79.55%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#190B8C (or 0x190B8C) is known color: Ultramarine. HEX triplet: 19, 0B and 8C. RGB value is (25,11,140). Sum of RGB (Red+Green+Blue) = 25+11+140=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #190B8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B8C is #E6F473. Grayscale: #1D1D1D. Windows color (decimal): -15135860 or 9177881. OLE color: 9177881.

HSL color Cylindrical-coordinate representation of color #190B8C: hue angle of 246.51º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190B8C is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 11 140 -
CMYK 0.82 0.92 0 0.45
HSL 246.51º 0.85% 0.3% -
HSV(B) 246.51º 0.92% 0.55% -
XYZ 5.25 2.34 24.99 -
YUV 29.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 25 11 140 0.82 0.92 0 0.45 246.51 0.85 0.3
Hex 19 B 8C 52 5C 0 2D F7 55 1E
Octal 31 13 214 122 134 0 55 367 125 36
Binary 11001 1011 10001100 1010010 1011100 0 101101 11110111 1010101 11110

Color Harmonies of #190B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B8C

Black with #190B8C

Text Example


Text Example

White with #190B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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