Html Css Color HEX #10049F Ultramarine

📋 copy color: '#10049F'

red 16 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #10049F

Tints of Ultramarine #10049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

 BLUE value IS 159 (62.5% from 255) = 88.83%

R = 8.94%
G = 2.23%
B = 88.83%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10049F (or 0x10049F) is known color: Ultramarine. HEX triplet: 10, 04 and 9F. RGB value is (16,4,159). Sum of RGB (Red+Green+Blue) = 16+4+159=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 159 (62.5% from 255 or 88.83% from 179); Max value from RGB is 159 - color contains mainly: blue. Hex color #10049F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10049F is #EFFB60. Grayscale: #181818. Windows color (decimal): -15727457 or 10421264. OLE color: 10421264.

HSL color Cylindrical-coordinate representation of color #10049F: hue angle of 244.65º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10049F is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 4 159 -
CMYK 0.90 0.97 0 0.38
HSL 244.65º 0.95% 0.32% -
HSV(B) 244.65º 0.97% 0.62% -
XYZ 6.52 2.7 32.98 -
YUV 25.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 16 4 159 0.90 0.97 0 0.38 244.65 0.95 0.32
Hex 10 4 9F 5A 61 0 26 F5 5F 20
Octal 20 4 237 132 141 0 46 365 137 40
Binary 10000 100 10011111 1011010 1100001 0 100110 11110101 1011111 100000

Color Harmonies of #10049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10049F

Black with #10049F

Text Example


Text Example

White with #10049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10049F; }

 p { color: rgb(16,4,159); }

 H1.HeaderClassName
 {
   color: #10049F;
 }
 .AnyTagClassName
 {
   color: #10049F;
 }
</style>

background-color css

<style>
 a { background-color: #10049F; }

 a { background-color: rgb(16,4,159); }

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

border-color css

<style>
 span { border-color: #10049F; }

 span { border-color: rgb(16,4,159); }

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