Html Css Color HEX #190E83 Ultramarine

📋 copy color: '#190E83'

red 25 ◦ green 14 ◦ blue 131

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

Shades of Ultramarine #190E83

Tints of Ultramarine #190E83

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 131 (51.56% from 255) = 77.06%

R = 14.71%
G = 8.24%
B = 77.06%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#190E83 (or 0x190E83) is known color: Ultramarine. HEX triplet: 19, 0E and 83. RGB value is (25,14,131). Sum of RGB (Red+Green+Blue) = 25+14+131=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 131 (51.56% from 255 or 77.06% from 170); Max value from RGB is 131 - color contains mainly: blue. Hex color #190E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190E83 is #E6F17C. Grayscale: #1E1E1E. Windows color (decimal): -15135101 or 8588825. OLE color: 8588825.

HSL color Cylindrical-coordinate representation of color #190E83: hue angle of 245.64º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190E83 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 14 131 -
CMYK 0.81 0.89 0 0.49
HSL 245.64º 0.81% 0.28% -
HSV(B) 245.64º 0.89% 0.51% -
XYZ 4.65 2.16 21.64 -
YUV 30.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 25 14 131 0.81 0.89 0 0.49 245.64 0.81 0.28
Hex 19 E 83 51 59 0 31 F6 51 1C
Octal 31 16 203 121 131 0 61 366 121 34
Binary 11001 1110 10000011 1010001 1011001 0 110001 11110110 1010001 11100

Color Harmonies of #190E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190E83

Black with #190E83

Text Example


Text Example

White with #190E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,14,131); }

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

background-color css

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

 a { background-color: rgb(25,14,131); }

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

border-color css

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

 span { border-color: rgb(25,14,131); }

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