Html Css Color HEX #100395 Ultramarine

📋 copy color: '#100395'

red 16 ◦ green 3 ◦ blue 149

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

Shades of Ultramarine #100395

Tints of Ultramarine #100395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 88.69%

R = 9.52%
G = 1.79%
B = 88.69%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100395 (or 0x100395) is known color: Ultramarine. HEX triplet: 10, 03 and 95. RGB value is (16,3,149). Sum of RGB (Red+Green+Blue) = 16+3+149=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #100395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100395 is #EFFC6A. Grayscale: #161616. Windows color (decimal): -15727723 or 9765648. OLE color: 9765648.

HSL color Cylindrical-coordinate representation of color #100395: hue angle of 245.34º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100395 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 3 149 -
CMYK 0.89 0.98 0 0.42
HSL 245.34º 0.96% 0.3% -
HSV(B) 245.34º 0.98% 0.58% -
XYZ 5.67 2.35 28.59 -
YUV 23.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 16 3 149 0.89 0.98 0 0.42 245.34 0.96 0.3
Hex 10 3 95 59 62 0 2A F5 60 1E
Octal 20 3 225 131 142 0 52 365 140 36
Binary 10000 11 10010101 1011001 1100010 0 101010 11110101 1100000 11110

Color Harmonies of #100395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100395

Black with #100395

Text Example


Text Example

White with #100395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100395; }

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

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

background-color css

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

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

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

border-color css

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

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

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