Html Css Color HEX #10138B Ultramarine

📋 copy color: '#10138B'

red 16 ◦ green 19 ◦ blue 139

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

Shades of Ultramarine #10138B

Tints of Ultramarine #10138B

RGB

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

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

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

R = 9.2%
G = 10.92%
B = 79.89%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10138B (or 0x10138B) is known color: Ultramarine. HEX triplet: 10, 13 and 8B. RGB value is (16,19,139). Sum of RGB (Red+Green+Blue) = 16+19+139=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #10138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10138B is #EFEC74. Grayscale: #1F1F1F. Windows color (decimal): -15723637 or 9114384. OLE color: 9114384.

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

Color convert

RGB 16 19 139 -
CMYK 0.88 0.86 0 0.45
HSL 238.54º 0.79% 0.3% -
HSV(B) 238.54º 0.88% 0.55% -
XYZ 5.11 2.44 24.63 -
YUV 31.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 16 19 139 0.88 0.86 0 0.45 238.54 0.79 0.3
Hex 10 13 8B 58 56 0 2D EF 4F 1E
Octal 20 23 213 130 126 0 55 357 117 36
Binary 10000 10011 10001011 1011000 1010110 0 101101 11101111 1001111 11110

Color Harmonies of #10138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10138B

Black with #10138B

Text Example


Text Example

White with #10138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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