Html Css Color HEX #100195 Ultramarine

📋 copy color: '#100195'

red 16 ◦ green 1 ◦ blue 149

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

Shades of Ultramarine #100195

Tints of Ultramarine #100195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 9.64%
G = 0.6%
B = 89.76%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#100195 (or 0x100195) is known color: Ultramarine. HEX triplet: 10, 01 and 95. RGB value is (16,1,149). Sum of RGB (Red+Green+Blue) = 16+1+149=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #100195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100195 is #EFFE6A. Grayscale: #151515. Windows color (decimal): -15728235 or 9765136. OLE color: 9765136.

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

Color convert

RGB 16 1 149 -
CMYK 0.89 0.99 0 0.42
HSL 246.08º 0.99% 0.29% -
HSV(B) 246.08º 0.99% 0.58% -
XYZ 5.65 2.3 28.58 -
YUV 22.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 16 1 149 0.89 0.99 0 0.42 246.08 0.99 0.29
Hex 10 1 95 59 63 0 2A F6 63 1D
Octal 20 1 225 131 143 0 52 366 143 35
Binary 10000 1 10010101 1011001 1100011 0 101010 11110110 1100011 11101

Color Harmonies of #100195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100195

Black with #100195

Text Example


Text Example

White with #100195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100195; }

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

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

background-color css

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

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

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

border-color css

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

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

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