Html Css Color HEX #10198A Ultramarine

📋 copy color: '#10198A'

red 16 ◦ green 25 ◦ blue 138

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

Shades of Ultramarine #10198A

Tints of Ultramarine #10198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 77.09%

R = 8.94%
G = 13.97%
B = 77.09%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10198A (or 0x10198A) is known color: Ultramarine. HEX triplet: 10, 19 and 8A. RGB value is (16,25,138). Sum of RGB (Red+Green+Blue) = 16+25+138=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #10198A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10198A is #EFE675. Grayscale: #222222. Windows color (decimal): -15722102 or 9050384. OLE color: 9050384.

HSL color Cylindrical-coordinate representation of color #10198A: hue angle of 235.57º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10198A is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 25 138 -
CMYK 0.88 0.82 0 0.46
HSL 235.57º 0.79% 0.3% -
HSV(B) 235.57º 0.88% 0.54% -
XYZ 5.15 2.64 24.28 -
YUV 35.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 16 25 138 0.88 0.82 0 0.46 235.57 0.79 0.3
Hex 10 19 8A 58 52 0 2E EC 4F 1E
Octal 20 31 212 130 122 0 56 354 117 36
Binary 10000 11001 10001010 1011000 1010010 0 101110 11101100 1001111 11110

Color Harmonies of #10198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10198A

Black with #10198A

Text Example


Text Example

White with #10198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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