Html Css Color HEX #190093 Ultramarine

📋 copy color: '#190093'

red 25 ◦ green 0 ◦ blue 147

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

Shades of Ultramarine #190093

Tints of Ultramarine #190093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 85.47%

R = 14.53%
G = 0%
B = 85.47%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#190093 (or 0x190093) is known color: Ultramarine. HEX triplet: 19, 00 and 93. RGB value is (25,0,147). Sum of RGB (Red+Green+Blue) = 25+0+147=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #190093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190093 is #E6FF6C. Grayscale: #171717. Windows color (decimal): -15138669 or 9633817. OLE color: 9633817.

HSL color Cylindrical-coordinate representation of color #190093: hue angle of 250.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190093 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 0 147 -
CMYK 0.83 1 0 0.42
HSL 250.2º 1% 0.29% -
HSV(B) 250.2º 1% 0.58% -
XYZ 5.67 2.31 27.75 -
YUV 24.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 25 0 147 0.83 1 0 0.42 250.2 1 0.29
Hex 19 0 93 53 64 0 2A FA 64 1D
Octal 31 0 223 123 144 0 52 372 144 35
Binary 11001 0 10010011 1010011 1100100 0 101010 11111010 1100100 11101

Color Harmonies of #190093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190093

Black with #190093

Text Example


Text Example

White with #190093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190093; }

 p { color: rgb(25,0,147); }

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

background-color css

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

 a { background-color: rgb(25,0,147); }

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

border-color css

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

 span { border-color: rgb(25,0,147); }

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