Html Css Color HEX #190B8B Ultramarine

📋 copy color: '#190B8B'

red 25 ◦ green 11 ◦ blue 139

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

Shades of Ultramarine #190B8B

Tints of Ultramarine #190B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 79.43%

R = 14.29%
G = 6.29%
B = 79.43%

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

#190B8B (or 0x190B8B) is known color: Ultramarine. HEX triplet: 19, 0B and 8B. RGB value is (25,11,139). Sum of RGB (Red+Green+Blue) = 25+11+139=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #190B8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B8B is #E6F474. Grayscale: #1D1D1D. Windows color (decimal): -15135861 or 9112345. OLE color: 9112345.

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

Color convert

RGB 25 11 139 -
CMYK 0.82 0.92 0 0.45
HSL 246.56º 0.85% 0.29% -
HSV(B) 246.56º 0.92% 0.55% -
XYZ 5.18 2.31 24.6 -
YUV 29.78 189.64 124.59 -
System Red Green Blue C M Y K H S L
Decimal 25 11 139 0.82 0.92 0 0.45 246.56 0.85 0.29
Hex 19 B 8B 52 5C 0 2D F7 55 1D
Octal 31 13 213 122 134 0 55 367 125 35
Binary 11001 1011 10001011 1010010 1011100 0 101101 11110111 1010101 11101

Color Harmonies of #190B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B8B

Black with #190B8B

Text Example


Text Example

White with #190B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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