Html Css Color HEX #10149B Ultramarine

📋 copy color: '#10149B'

red 16 ◦ green 20 ◦ blue 155

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

Shades of Ultramarine #10149B

Tints of Ultramarine #10149B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 81.15%

R = 8.38%
G = 10.47%
B = 81.15%

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

#10149B (or 0x10149B) is known color: Ultramarine. HEX triplet: 10, 14 and 9B. RGB value is (16,20,155). Sum of RGB (Red+Green+Blue) = 16+20+155=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #10149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149B is #EFEB64. Grayscale: #212121. Windows color (decimal): -15723365 or 10163216. OLE color: 10163216.

HSL color Cylindrical-coordinate representation of color #10149B: hue angle of 238.27º 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 #10149B is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 20 155 -
CMYK 0.90 0.87 0 0.39
HSL 238.27º 0.81% 0.34% -
HSV(B) 238.27º 0.9% 0.61% -
XYZ 6.38 2.98 31.25 -
YUV 34.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 16 20 155 0.90 0.87 0 0.39 238.27 0.81 0.34
Hex 10 14 9B 5A 57 0 27 EE 51 22
Octal 20 24 233 132 127 0 47 356 121 42
Binary 10000 10100 10011011 1011010 1010111 0 100111 11101110 1010001 100010

Color Harmonies of #10149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10149B

Black with #10149B

Text Example


Text Example

White with #10149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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