Html Css Color HEX #10138D Ultramarine

📋 copy color: '#10138D'

red 16 ◦ green 19 ◦ blue 141

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

Shades of Ultramarine #10138D

Tints of Ultramarine #10138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 141 (55.47% from 255) = 80.11%

R = 9.09%
G = 10.8%
B = 80.11%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10138D (or 0x10138D) is known color: Ultramarine. HEX triplet: 10, 13 and 8D. RGB value is (16,19,141). Sum of RGB (Red+Green+Blue) = 16+19+141=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #10138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10138D is #EFEC72. Grayscale: #1F1F1F. Windows color (decimal): -15723635 or 9245456. OLE color: 9245456.

HSL color Cylindrical-coordinate representation of color #10138D: hue angle of 238.56º degrees, saturation: 0.8, 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 #10138D is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 19 141 -
CMYK 0.89 0.87 0 0.45
HSL 238.56º 0.8% 0.31% -
HSV(B) 238.56º 0.89% 0.55% -
XYZ 5.25 2.5 25.4 -
YUV 32.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 16 19 141 0.89 0.87 0 0.45 238.56 0.8 0.31
Hex 10 13 8D 59 57 0 2D EF 50 1F
Octal 20 23 215 131 127 0 55 357 120 37
Binary 10000 10011 10001101 1011001 1010111 0 101101 11101111 1010000 11111

Color Harmonies of #10138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10138D

Black with #10138D

Text Example


Text Example

White with #10138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10138D; }

 p { color: rgb(16,19,141); }

 H1.HeaderClassName
 {
   color: #10138D;
 }
 .AnyTagClassName
 {
   color: #10138D;
 }
</style>

background-color css

<style>
 a { background-color: #10138D; }

 a { background-color: rgb(16,19,141); }

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

border-color css

<style>
 span { border-color: #10138D; }

 span { border-color: rgb(16,19,141); }

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