Html Css Color HEX #101699 Ultramarine

📋 copy color: '#101699'

red 16 ◦ green 22 ◦ blue 153

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

Shades of Ultramarine #101699

Tints of Ultramarine #101699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 153 (60.16% from 255) = 80.1%

R = 8.38%
G = 11.52%
B = 80.1%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#101699 (or 0x101699) is known color: Ultramarine. HEX triplet: 10, 16 and 99. RGB value is (16,22,153). Sum of RGB (Red+Green+Blue) = 16+22+153=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #101699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101699 is #EFE966. Grayscale: #222222. Windows color (decimal): -15722855 or 10032656. OLE color: 10032656.

HSL color Cylindrical-coordinate representation of color #101699: hue angle of 237.37º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101699 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 22 153 -
CMYK 0.90 0.86 0 0.4
HSL 237.37º 0.81% 0.33% -
HSV(B) 237.37º 0.9% 0.6% -
XYZ 6.25 2.98 30.38 -
YUV 35.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 16 22 153 0.90 0.86 0 0.4 237.37 0.81 0.33
Hex 10 16 99 5A 56 0 28 ED 51 21
Octal 20 26 231 132 126 0 50 355 121 41
Binary 10000 10110 10011001 1011010 1010110 0 101000 11101101 1010001 100001

Color Harmonies of #101699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101699

Black with #101699

Text Example


Text Example

White with #101699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101699; }

 p { color: rgb(16,22,153); }

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

background-color css

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

 a { background-color: rgb(16,22,153); }

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

border-color css

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

 span { border-color: rgb(16,22,153); }

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