Html Css Color HEX #10138C Ultramarine

📋 copy color: '#10138C'

red 16 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #10138C

Tints of Ultramarine #10138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 80%

R = 9.14%
G = 10.86%
B = 80%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10138C (or 0x10138C) is known color: Ultramarine. HEX triplet: 10, 13 and 8C. RGB value is (16,19,140). Sum of RGB (Red+Green+Blue) = 16+19+140=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #10138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10138C is #EFEC73. Grayscale: #1F1F1F. Windows color (decimal): -15723636 or 9179920. OLE color: 9179920.

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

Color convert

RGB 16 19 140 -
CMYK 0.89 0.86 0 0.45
HSL 238.55º 0.79% 0.31% -
HSV(B) 238.55º 0.89% 0.55% -
XYZ 5.18 2.47 25.01 -
YUV 31.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 16 19 140 0.89 0.86 0 0.45 238.55 0.79 0.31
Hex 10 13 8C 59 56 0 2D EF 4F 1F
Octal 20 23 214 131 126 0 55 357 117 37
Binary 10000 10011 10001100 1011001 1010110 0 101101 11101111 1001111 11111

Color Harmonies of #10138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10138C

Black with #10138C

Text Example


Text Example

White with #10138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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