Html Css Color HEX #190F98 Ultramarine

📋 copy color: '#190F98'

red 25 ◦ green 15 ◦ blue 152

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

Shades of Ultramarine #190F98

Tints of Ultramarine #190F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 79.17%

R = 13.02%
G = 7.81%
B = 79.17%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#190F98 (or 0x190F98) is known color: Ultramarine. HEX triplet: 19, 0F and 98. RGB value is (25,15,152). Sum of RGB (Red+Green+Blue) = 25+15+152=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #190F98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190F98 is #E6F067. Grayscale: #212121. Windows color (decimal): -15134824 or 9965337. OLE color: 9965337.

HSL color Cylindrical-coordinate representation of color #190F98: hue angle of 244.38º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190F98 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 15 152 -
CMYK 0.84 0.90 0 0.40
HSL 244.38º 0.82% 0.33% -
HSV(B) 244.38º 0.9% 0.6% -
XYZ 6.24 2.82 29.92 -
YUV 33.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 25 15 152 0.84 0.90 0 0.40 244.38 0.82 0.33
Hex 19 F 98 54 5A 0 28 F4 52 21
Octal 31 17 230 124 132 0 50 364 122 41
Binary 11001 1111 10011000 1010100 1011010 0 101000 11110100 1010010 100001

Color Harmonies of #190F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F98

Black with #190F98

Text Example


Text Example

White with #190F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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