Html Css Color HEX #10048F Ultramarine

📋 copy color: '#10048F'

red 16 ◦ green 4 ◦ blue 143

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

Shades of Ultramarine #10048F

Tints of Ultramarine #10048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 87.73%

R = 9.82%
G = 2.45%
B = 87.73%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10048F (or 0x10048F) is known color: Ultramarine. HEX triplet: 10, 04 and 8F. RGB value is (16,4,143). Sum of RGB (Red+Green+Blue) = 16+4+143=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 143 (56.25% from 255 or 87.73% from 163); Max value from RGB is 143 - color contains mainly: blue. Hex color #10048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10048F is #EFFB70. Grayscale: #161616. Windows color (decimal): -15727473 or 9372688. OLE color: 9372688.

HSL color Cylindrical-coordinate representation of color #10048F: hue angle of 245.18º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10048F is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 4 143 -
CMYK 0.89 0.97 0 0.44
HSL 245.18º 0.95% 0.29% -
HSV(B) 245.18º 0.97% 0.56% -
XYZ 5.22 2.18 26.13 -
YUV 23.43 195.48 122.7 -
System Red Green Blue C M Y K H S L
Decimal 16 4 143 0.89 0.97 0 0.44 245.18 0.95 0.29
Hex 10 4 8F 59 61 0 2C F5 5F 1D
Octal 20 4 217 131 141 0 54 365 137 35
Binary 10000 100 10001111 1011001 1100001 0 101100 11110101 1011111 11101

Color Harmonies of #10048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10048F

Black with #10048F

Text Example


Text Example

White with #10048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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