Html Css Color HEX #10038E Ultramarine

📋 copy color: '#10038E'

red 16 ◦ green 3 ◦ blue 142

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

Shades of Ultramarine #10038E

Tints of Ultramarine #10038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 9.94%
G = 1.86%
B = 88.2%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10038E (or 0x10038E) is known color: Ultramarine. HEX triplet: 10, 03 and 8E. RGB value is (16,3,142). Sum of RGB (Red+Green+Blue) = 16+3+142=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 142 (55.86% from 255 or 88.20% from 161); Max value from RGB is 142 - color contains mainly: blue. Hex color #10038E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10038E is #EFFC71. Grayscale: #161616. Windows color (decimal): -15727730 or 9306896. OLE color: 9306896.

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

Color convert

RGB 16 3 142 -
CMYK 0.89 0.98 0 0.44
HSL 245.61º 0.96% 0.28% -
HSV(B) 245.61º 0.98% 0.56% -
XYZ 5.13 2.13 25.73 -
YUV 22.73 195.31 123.2 -
System Red Green Blue C M Y K H S L
Decimal 16 3 142 0.89 0.98 0 0.44 245.61 0.96 0.28
Hex 10 3 8E 59 62 0 2C F6 60 1C
Octal 20 3 216 131 142 0 54 366 140 34
Binary 10000 11 10001110 1011001 1100010 0 101100 11110110 1100000 11100

Color Harmonies of #10038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10038E

Black with #10038E

Text Example


Text Example

White with #10038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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