Html Css Color HEX #101684 Ultramarine

📋 copy color: '#101684'

red 16 ◦ green 22 ◦ blue 132

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

Shades of Ultramarine #101684

Tints of Ultramarine #101684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 77.65%

R = 9.41%
G = 12.94%
B = 77.65%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#101684 (or 0x101684) is known color: Ultramarine. HEX triplet: 10, 16 and 84. RGB value is (16,22,132). Sum of RGB (Red+Green+Blue) = 16+22+132=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #101684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101684 is #EFE97B. Grayscale: #202020. Windows color (decimal): -15722876 or 8656400. OLE color: 8656400.

HSL color Cylindrical-coordinate representation of color #101684: hue angle of 236.9º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101684 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 22 132 -
CMYK 0.88 0.83 0 0.48
HSL 236.9º 0.78% 0.29% -
HSV(B) 236.9º 0.88% 0.52% -
XYZ 4.67 2.35 22.04 -
YUV 32.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 16 22 132 0.88 0.83 0 0.48 236.9 0.78 0.29
Hex 10 16 84 58 53 0 30 ED 4E 1D
Octal 20 26 204 130 123 0 60 355 116 35
Binary 10000 10110 10000100 1011000 1010011 0 110000 11101101 1001110 11101

Color Harmonies of #101684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101684

Black with #101684

Text Example


Text Example

White with #101684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101684; }

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

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

background-color css

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

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

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

border-color css

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

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

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