#192098

Color #192098 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #192098

Tints of Ultramarine #192098

Color information

#192098 (or 0x192098) is unknown color: approx Ultramarine. HEX triplet: 19, 20 and 98. RGB value is (25,32,152). Sum of RGB (Red+Green+Blue) = 25+32+152=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #192098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192098 is #E6DF67. Grayscale: #2B2B2B. Windows color (decimal): -15130472 or 9969689. OLE color: 9969689.

HSL color Cylindrical-coordinate representation of color #192098: hue angle of 236.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192098 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2532152-
CMYK0.840.7900.40
HSL236.69º71.75%34.71%-
HSV(B)236.69º83.55%59.61%-
XYZ6.583.5130.04-
YUV43.59189.18114.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 152 (59.77% from 255) = 72.73%
R=11.96%
G=15.31%
B=72.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25321520.840.7900.40236.6971.7534.71
Hex192098544F028ed4823
Octal314023012411705035511043
Binary1100110000010011000101010010011110101000111011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192098; }

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

 H1.HeaderClassName
 {
   color: #192098;
 }
 .AnyTagClassName
 {
   color: #192098;
 }
</style>
background-color css

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

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

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

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

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

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