Html Css Color HEX #100698 Ultramarine

📋 copy color: '#100698'

red 16 ◦ green 6 ◦ blue 152

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

Shades of Ultramarine #100698

Tints of Ultramarine #100698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

 BLUE value IS 152 (59.77% from 255) = 87.36%

R = 9.2%
G = 3.45%
B = 87.36%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#100698 (or 0x100698) is known color: Ultramarine. HEX triplet: 10, 06 and 98. RGB value is (16,6,152). Sum of RGB (Red+Green+Blue) = 16+6+152=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 152 (59.77% from 255 or 87.36% from 174); Max value from RGB is 152 - color contains mainly: blue. Hex color #100698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100698 is #EFF967. Grayscale: #191919. Windows color (decimal): -15726952 or 9963024. OLE color: 9963024.

HSL color Cylindrical-coordinate representation of color #100698: hue angle of 244.11º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100698 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 6 152 -
CMYK 0.89 0.96 0 0.40
HSL 244.11º 0.92% 0.31% -
HSV(B) 244.11º 0.96% 0.6% -
XYZ 5.95 2.51 29.88 -
YUV 25.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 16 6 152 0.89 0.96 0 0.40 244.11 0.92 0.31
Hex 10 6 98 59 60 0 28 F4 5C 1F
Octal 20 6 230 131 140 0 50 364 134 37
Binary 10000 110 10011000 1011001 1100000 0 101000 11110100 1011100 11111

Color Harmonies of #100698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100698

Black with #100698

Text Example


Text Example

White with #100698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100698; }

 p { color: rgb(16,6,152); }

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

background-color css

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

 a { background-color: rgb(16,6,152); }

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

border-color css

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

 span { border-color: rgb(16,6,152); }

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