Html Css Color HEX #190FAC Ultramarine

📋 copy color: '#190FAC'

red 25 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #190FAC

Tints of Ultramarine #190FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

 BLUE value IS 172 (67.58% from 255) = 81.13%

R = 11.79%
G = 7.08%
B = 81.13%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#190FAC (or 0x190FAC) is known color: Ultramarine. HEX triplet: 19, 0F and AC. RGB value is (25,15,172). Sum of RGB (Red+Green+Blue) = 25+15+172=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #190FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190FAC is #E6F053. Grayscale: #232323. Windows color (decimal): -15134804 or 11276057. OLE color: 11276057.

HSL color Cylindrical-coordinate representation of color #190FAC: hue angle of 243.82º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190FAC is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 15 172 -
CMYK 0.85 0.91 0 0.33
HSL 243.82º 0.84% 0.37% -
HSV(B) 243.82º 0.91% 0.67% -
XYZ 8.02 3.53 39.29 -
YUV 35.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 25 15 172 0.85 0.91 0 0.33 243.82 0.84 0.37
Hex 19 F AC 55 5B 0 21 F4 54 25
Octal 31 17 254 125 133 0 41 364 124 45
Binary 11001 1111 10101100 1010101 1011011 0 100001 11110100 1010100 100101

Color Harmonies of #190FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FAC

Black with #190FAC

Text Example


Text Example

White with #190FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,15,172); }

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

background-color css

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

 a { background-color: rgb(25,15,172); }

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

border-color css

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

 span { border-color: rgb(25,15,172); }

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