Html Css Color HEX #10149A Ultramarine

📋 copy color: '#10149A'

red 16 ◦ green 20 ◦ blue 154

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

Shades of Ultramarine #10149A

Tints of Ultramarine #10149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 81.05%

R = 8.42%
G = 10.53%
B = 81.05%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10149A (or 0x10149A) is known color: Ultramarine. HEX triplet: 10, 14 and 9A. RGB value is (16,20,154). Sum of RGB (Red+Green+Blue) = 16+20+154=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #10149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149A is #EFEB65. Grayscale: #212121. Windows color (decimal): -15723366 or 10097680. OLE color: 10097680.

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

Color convert

RGB 16 20 154 -
CMYK 0.90 0.87 0 0.40
HSL 238.26º 0.81% 0.33% -
HSV(B) 238.26º 0.9% 0.6% -
XYZ 6.3 2.94 30.81 -
YUV 34.08 195.67 115.1 -
System Red Green Blue C M Y K H S L
Decimal 16 20 154 0.90 0.87 0 0.40 238.26 0.81 0.33
Hex 10 14 9A 5A 57 0 28 EE 51 21
Octal 20 24 232 132 127 0 50 356 121 41
Binary 10000 10100 10011010 1011010 1010111 0 101000 11101110 1010001 100001

Color Harmonies of #10149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10149A

Black with #10149A

Text Example


Text Example

White with #10149A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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