Html Css Color HEX #190FAA Ultramarine

📋 copy color: '#190FAA'

red 25 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #190FAA

Tints of Ultramarine #190FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 80.95%

R = 11.9%
G = 7.14%
B = 80.95%

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

#190FAA (or 0x190FAA) is known color: Ultramarine. HEX triplet: 19, 0F and AA. RGB value is (25,15,170). Sum of RGB (Red+Green+Blue) = 25+15+170=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #190FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190FAA is #E6F055. Grayscale: #232323. Windows color (decimal): -15134806 or 11144985. OLE color: 11144985.

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

Color convert

RGB 25 15 170 -
CMYK 0.85 0.91 0 0.33
HSL 243.87º 0.84% 0.36% -
HSV(B) 243.87º 0.91% 0.67% -
XYZ 7.83 3.45 38.28 -
YUV 35.66 203.81 120.4 -
System Red Green Blue C M Y K H S L
Decimal 25 15 170 0.85 0.91 0 0.33 243.87 0.84 0.36
Hex 19 F AA 55 5B 0 21 F4 54 24
Octal 31 17 252 125 133 0 41 364 124 44
Binary 11001 1111 10101010 1010101 1011011 0 100001 11110100 1010100 100100

Color Harmonies of #190FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FAA

Black with #190FAA

Text Example


Text Example

White with #190FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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