Html Css Color HEX #10047F Ultramarine

📋 copy color: '#10047F'

red 16 ◦ green 4 ◦ blue 127

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

Shades of Ultramarine #10047F

Tints of Ultramarine #10047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 86.39%

R = 10.88%
G = 2.72%
B = 86.39%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10047F (or 0x10047F) is known color: Ultramarine. HEX triplet: 10, 04 and 7F. RGB value is (16,4,127). Sum of RGB (Red+Green+Blue) = 16+4+127=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #10047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10047F is #EFFB80. Grayscale: #151515. Windows color (decimal): -15727489 or 8324112. OLE color: 8324112.

HSL color Cylindrical-coordinate representation of color #10047F: hue angle of 245.85º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10047F is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 4 127 -
CMYK 0.87 0.97 0 0.50
HSL 245.85º 0.94% 0.26% -
HSV(B) 245.85º 0.97% 0.5% -
XYZ 4.09 1.73 20.2 -
YUV 21.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 16 4 127 0.87 0.97 0 0.50 245.85 0.94 0.26
Hex 10 4 7F 57 61 0 32 F6 5E 1A
Octal 20 4 177 127 141 0 62 366 136 32
Binary 10000 100 1111111 1010111 1100001 0 110010 11110110 1011110 11010

Color Harmonies of #10047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10047F

Black with #10047F

Text Example


Text Example

White with #10047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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