Html Css Color HEX #101584 Ultramarine

📋 copy color: '#101584'

red 16 ◦ green 21 ◦ blue 132

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

Shades of Ultramarine #101584

Tints of Ultramarine #101584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 9.47%
G = 12.43%
B = 78.11%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#101584 (or 0x101584) is known color: Ultramarine. HEX triplet: 10, 15 and 84. RGB value is (16,21,132). Sum of RGB (Red+Green+Blue) = 16+21+132=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #101584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101584 is #EFEA7B. Grayscale: #1F1F1F. Windows color (decimal): -15723132 or 8656144. OLE color: 8656144.

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

Color convert

RGB 16 21 132 -
CMYK 0.88 0.84 0 0.48
HSL 237.41º 0.78% 0.29% -
HSV(B) 237.41º 0.88% 0.52% -
XYZ 4.65 2.31 22.03 -
YUV 32.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 16 21 132 0.88 0.84 0 0.48 237.41 0.78 0.29
Hex 10 15 84 58 54 0 30 ED 4E 1D
Octal 20 25 204 130 124 0 60 355 116 35
Binary 10000 10101 10000100 1011000 1010100 0 110000 11101101 1001110 11101

Color Harmonies of #101584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101584

Black with #101584

Text Example


Text Example

White with #101584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101584; }

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

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

background-color css

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

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

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

border-color css

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

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

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