Html Css Color HEX #10149C Ultramarine

📋 copy color: '#10149C'

red 16 ◦ green 20 ◦ blue 156

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

Shades of Ultramarine #10149C

Tints of Ultramarine #10149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 156 (61.33% from 255) = 81.25%

R = 8.33%
G = 10.42%
B = 81.25%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10149C (or 0x10149C) is known color: Ultramarine. HEX triplet: 10, 14 and 9C. RGB value is (16,20,156). Sum of RGB (Red+Green+Blue) = 16+20+156=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #10149C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149C is #EFEB63. Grayscale: #212121. Windows color (decimal): -15723364 or 10228752. OLE color: 10228752.

HSL color Cylindrical-coordinate representation of color #10149C: hue angle of 238.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10149C is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 20 156 -
CMYK 0.90 0.87 0 0.39
HSL 238.29º 0.81% 0.34% -
HSV(B) 238.29º 0.9% 0.61% -
XYZ 6.46 3.01 31.69 -
YUV 34.31 196.67 114.94 -
System Red Green Blue C M Y K H S L
Decimal 16 20 156 0.90 0.87 0 0.39 238.29 0.81 0.34
Hex 10 14 9C 5A 57 0 27 EE 51 22
Octal 20 24 234 132 127 0 47 356 121 42
Binary 10000 10100 10011100 1011010 1010111 0 100111 11101110 1010001 100010

Color Harmonies of #10149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10149C

Black with #10149C

Text Example


Text Example

White with #10149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,20,156); }

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

background-color css

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

 a { background-color: rgb(16,20,156); }

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

border-color css

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

 span { border-color: rgb(16,20,156); }

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