Html Css Color HEX #10198B Ultramarine

📋 copy color: '#10198B'

red 16 ◦ green 25 ◦ blue 139

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

Shades of Ultramarine #10198B

Tints of Ultramarine #10198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 77.22%

R = 8.89%
G = 13.89%
B = 77.22%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10198B (or 0x10198B) is known color: Ultramarine. HEX triplet: 10, 19 and 8B. RGB value is (16,25,139). Sum of RGB (Red+Green+Blue) = 16+25+139=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #10198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10198B is #EFE674. Grayscale: #222222. Windows color (decimal): -15722101 or 9115920. OLE color: 9115920.

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

Color convert

RGB 16 25 139 -
CMYK 0.88 0.82 0 0.45
HSL 235.61º 0.79% 0.3% -
HSV(B) 235.61º 0.88% 0.55% -
XYZ 5.22 2.67 24.67 -
YUV 35.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 16 25 139 0.88 0.82 0 0.45 235.61 0.79 0.3
Hex 10 19 8B 58 52 0 2D EC 4F 1E
Octal 20 31 213 130 122 0 55 354 117 36
Binary 10000 11001 10001011 1011000 1010010 0 101101 11101100 1001111 11110

Color Harmonies of #10198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10198B

Black with #10198B

Text Example


Text Example

White with #10198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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