Html Css Color HEX #101984 Ultramarine

📋 copy color: '#101984'

red 16 ◦ green 25 ◦ blue 132

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

Shades of Ultramarine #101984

Tints of Ultramarine #101984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 9.25%
G = 14.45%
B = 76.3%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#101984 (or 0x101984) is known color: Ultramarine. HEX triplet: 10, 19 and 84. RGB value is (16,25,132). Sum of RGB (Red+Green+Blue) = 16+25+132=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #101984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101984 is #EFE67B. Grayscale: #222222. Windows color (decimal): -15722108 or 8657168. OLE color: 8657168.

HSL color Cylindrical-coordinate representation of color #101984: hue angle of 235.34º 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 #101984 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 25 132 -
CMYK 0.88 0.81 0 0.48
HSL 235.34º 0.78% 0.29% -
HSV(B) 235.34º 0.88% 0.52% -
XYZ 4.73 2.47 22.06 -
YUV 34.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 16 25 132 0.88 0.81 0 0.48 235.34 0.78 0.29
Hex 10 19 84 58 51 0 30 EB 4E 1D
Octal 20 31 204 130 121 0 60 353 116 35
Binary 10000 11001 10000100 1011000 1010001 0 110000 11101011 1001110 11101

Color Harmonies of #101984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101984

Black with #101984

Text Example


Text Example

White with #101984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101984; }

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

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

background-color css

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

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

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

border-color css

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

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

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