Html Css Color HEX #10198C Ultramarine

📋 copy color: '#10198C'

red 16 ◦ green 25 ◦ blue 140

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

Shades of Ultramarine #10198C

Tints of Ultramarine #10198C

RGB

 RED value IS 16 (6.64% from 255) = 8.84%

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 140 (55.08% from 255) = 77.35%

R = 8.84%
G = 13.81%
B = 77.35%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10198C (or 0x10198C) is known color: Ultramarine. HEX triplet: 10, 19 and 8C. RGB value is (16,25,140). Sum of RGB (Red+Green+Blue) = 16+25+140=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #10198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10198C is #EFE673. Grayscale: #222222. Windows color (decimal): -15722100 or 9181456. OLE color: 9181456.

HSL color Cylindrical-coordinate representation of color #10198C: hue angle of 235.65º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10198C is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 25 140 -
CMYK 0.89 0.82 0 0.45
HSL 235.65º 0.79% 0.31% -
HSV(B) 235.65º 0.89% 0.55% -
XYZ 5.29 2.7 25.05 -
YUV 35.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 16 25 140 0.89 0.82 0 0.45 235.65 0.79 0.31
Hex 10 19 8C 59 52 0 2D EC 4F 1F
Octal 20 31 214 131 122 0 55 354 117 37
Binary 10000 11001 10001100 1011001 1010010 0 101101 11101100 1001111 11111

Color Harmonies of #10198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10198C

Black with #10198C

Text Example


Text Example

White with #10198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10198C; }

 p { color: rgb(16,25,140); }

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

background-color css

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

 a { background-color: rgb(16,25,140); }

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

border-color css

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

 span { border-color: rgb(16,25,140); }

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