Html Css Color HEX #190885 Ultramarine

📋 copy color: '#190885'

red 25 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #190885

Tints of Ultramarine #190885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

 BLUE value IS 133 (52.34% from 255) = 80.12%

R = 15.06%
G = 4.82%
B = 80.12%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#190885 (or 0x190885) is known color: Ultramarine. HEX triplet: 19, 08 and 85. RGB value is (25,8,133). Sum of RGB (Red+Green+Blue) = 25+8+133=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 133 (52.34% from 255 or 80.12% from 166); Max value from RGB is 133 - color contains mainly: blue. Hex color #190885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190885 is #E6F77A. Grayscale: #1A1A1A. Windows color (decimal): -15136635 or 8718361. OLE color: 8718361.

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

Color convert

RGB 25 8 133 -
CMYK 0.81 0.94 0 0.48
HSL 248.16º 0.89% 0.28% -
HSV(B) 248.16º 0.94% 0.52% -
XYZ 4.72 2.07 22.34 -
YUV 27.33 187.63 126.34 -
System Red Green Blue C M Y K H S L
Decimal 25 8 133 0.81 0.94 0 0.48 248.16 0.89 0.28
Hex 19 8 85 51 5E 0 30 F8 59 1C
Octal 31 10 205 121 136 0 60 370 131 34
Binary 11001 1000 10000101 1010001 1011110 0 110000 11111000 1011001 11100

Color Harmonies of #190885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190885

Black with #190885

Text Example


Text Example

White with #190885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190885; }

 p { color: rgb(25,8,133); }

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

background-color css

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

 a { background-color: rgb(25,8,133); }

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

border-color css

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

 span { border-color: rgb(25,8,133); }

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