Html Css Color HEX #10148E Ultramarine

📋 copy color: '#10148E'

red 16 ◦ green 20 ◦ blue 142

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

Shades of Ultramarine #10148E

Tints of Ultramarine #10148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 79.78%

R = 8.99%
G = 11.24%
B = 79.78%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10148E (or 0x10148E) is known color: Ultramarine. HEX triplet: 10, 14 and 8E. RGB value is (16,20,142). Sum of RGB (Red+Green+Blue) = 16+20+142=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 142 (55.86% from 255 or 79.78% from 178); Max value from RGB is 142 - color contains mainly: blue. Hex color #10148E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10148E is #EFEB71. Grayscale: #202020. Windows color (decimal): -15723378 or 9311248. OLE color: 9311248.

HSL color Cylindrical-coordinate representation of color #10148E: hue angle of 238.1º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10148E is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 20 142 -
CMYK 0.89 0.86 0 0.44
HSL 238.1º 0.8% 0.31% -
HSV(B) 238.1º 0.89% 0.56% -
XYZ 5.35 2.56 25.8 -
YUV 32.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 16 20 142 0.89 0.86 0 0.44 238.1 0.8 0.31
Hex 10 14 8E 59 56 0 2C EE 50 1F
Octal 20 24 216 131 126 0 54 356 120 37
Binary 10000 10100 10001110 1011001 1010110 0 101100 11101110 1010000 11111

Color Harmonies of #10148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10148E

Black with #10148E

Text Example


Text Example

White with #10148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10148E; }

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

 H1.HeaderClassName
 {
   color: #10148E;
 }
 .AnyTagClassName
 {
   color: #10148E;
 }
</style>

background-color css

<style>
 a { background-color: #10148E; }

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

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

border-color css

<style>
 span { border-color: #10148E; }

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

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