Html Css Color HEX #10189F Ultramarine

📋 copy color: '#10189F'

red 16 ◦ green 24 ◦ blue 159

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

Shades of Ultramarine #10189F

Tints of Ultramarine #10189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 79.9%

R = 8.04%
G = 12.06%
B = 79.9%

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

#10189F (or 0x10189F) is known color: Ultramarine. HEX triplet: 10, 18 and 9F. RGB value is (16,24,159). Sum of RGB (Red+Green+Blue) = 16+24+159=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #10189F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10189F is #EFE760. Grayscale: #242424. Windows color (decimal): -15722337 or 10426384. OLE color: 10426384.

HSL color Cylindrical-coordinate representation of color #10189F: hue angle of 236.64º 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 #10189F is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 24 159 -
CMYK 0.90 0.85 0 0.38
HSL 236.64º 0.82% 0.34% -
HSV(B) 236.64º 0.9% 0.62% -
XYZ 6.8 3.27 33.07 -
YUV 37 196.85 113.02 -
System Red Green Blue C M Y K H S L
Decimal 16 24 159 0.90 0.85 0 0.38 236.64 0.82 0.34
Hex 10 18 9F 5A 55 0 26 ED 52 22
Octal 20 30 237 132 125 0 46 355 122 42
Binary 10000 11000 10011111 1011010 1010101 0 100110 11101101 1010010 100010

Color Harmonies of #10189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10189F

Black with #10189F

Text Example


Text Example

White with #10189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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