Html Css Color HEX #101985 Ultramarine

📋 copy color: '#101985'

red 16 ◦ green 25 ◦ blue 133

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

Shades of Ultramarine #101985

Tints of Ultramarine #101985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 76.44%

R = 9.2%
G = 14.37%
B = 76.44%

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

#101985 (or 0x101985) is known color: Ultramarine. HEX triplet: 10, 19 and 85. RGB value is (16,25,133). Sum of RGB (Red+Green+Blue) = 16+25+133=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #101985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101985 is #EFE67A. Grayscale: #222222. Windows color (decimal): -15722107 or 8722704. OLE color: 8722704.

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

Color convert

RGB 16 25 133 -
CMYK 0.88 0.81 0 0.48
HSL 235.38º 0.79% 0.29% -
HSV(B) 235.38º 0.88% 0.52% -
XYZ 4.79 2.5 22.42 -
YUV 34.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 16 25 133 0.88 0.81 0 0.48 235.38 0.79 0.29
Hex 10 19 85 58 51 0 30 EB 4F 1D
Octal 20 31 205 130 121 0 60 353 117 35
Binary 10000 11001 10000101 1011000 1010001 0 110000 11101011 1001111 11101

Color Harmonies of #101985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101985

Black with #101985

Text Example


Text Example

White with #101985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101985; }

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

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

background-color css

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

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

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

border-color css

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

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

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