Html Css Color HEX #101484 Ultramarine

📋 copy color: '#101484'

red 16 ◦ green 20 ◦ blue 132

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

Shades of Ultramarine #101484

Tints of Ultramarine #101484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

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

R = 9.52%
G = 11.9%
B = 78.57%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#101484 (or 0x101484) is known color: Ultramarine. HEX triplet: 10, 14 and 84. RGB value is (16,20,132). Sum of RGB (Red+Green+Blue) = 16+20+132=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #101484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101484 is #EFEB7B. Grayscale: #1F1F1F. Windows color (decimal): -15723388 or 8655888. OLE color: 8655888.

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

Color convert

RGB 16 20 132 -
CMYK 0.88 0.85 0 0.48
HSL 237.93º 0.78% 0.29% -
HSV(B) 237.93º 0.88% 0.52% -
XYZ 4.63 2.28 22.03 -
YUV 31.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 16 20 132 0.88 0.85 0 0.48 237.93 0.78 0.29
Hex 10 14 84 58 55 0 30 EE 4E 1D
Octal 20 24 204 130 125 0 60 356 116 35
Binary 10000 10100 10000100 1011000 1010101 0 110000 11101110 1001110 11101

Color Harmonies of #101484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101484

Black with #101484

Text Example


Text Example

White with #101484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101484; }

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

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

background-color css

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

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

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

border-color css

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

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

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