Html Css Color HEX #10189E Ultramarine

📋 copy color: '#10189E'

red 16 ◦ green 24 ◦ blue 158

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

Shades of Ultramarine #10189E

Tints of Ultramarine #10189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

 BLUE value IS 158 (62.11% from 255) = 79.8%

R = 8.08%
G = 12.12%
B = 79.8%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10189E (or 0x10189E) is known color: Ultramarine. HEX triplet: 10, 18 and 9E. RGB value is (16,24,158). Sum of RGB (Red+Green+Blue) = 16+24+158=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #10189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10189E is #EFE761. Grayscale: #242424. Windows color (decimal): -15722338 or 10360848. OLE color: 10360848.

HSL color Cylindrical-coordinate representation of color #10189E: hue angle of 236.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10189E is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 24 158 -
CMYK 0.90 0.85 0 0.38
HSL 236.62º 0.82% 0.34% -
HSV(B) 236.62º 0.9% 0.62% -
XYZ 6.71 3.23 32.62 -
YUV 36.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 16 24 158 0.90 0.85 0 0.38 236.62 0.82 0.34
Hex 10 18 9E 5A 55 0 26 ED 52 22
Octal 20 30 236 132 125 0 46 355 122 42
Binary 10000 11000 10011110 1011010 1010101 0 100110 11101101 1010010 100010

Color Harmonies of #10189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10189E

Black with #10189E

Text Example


Text Example

White with #10189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10189E; }

 p { color: rgb(16,24,158); }

 H1.HeaderClassName
 {
   color: #10189E;
 }
 .AnyTagClassName
 {
   color: #10189E;
 }
</style>

background-color css

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

 a { background-color: rgb(16,24,158); }

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

border-color css

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

 span { border-color: rgb(16,24,158); }

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