Html Css Color HEX #10168D Ultramarine

📋 copy color: '#10168D'

red 16 ◦ green 22 ◦ blue 141

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

Shades of Ultramarine #10168D

Tints of Ultramarine #10168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 78.77%

R = 8.94%
G = 12.29%
B = 78.77%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10168D (or 0x10168D) is known color: Ultramarine. HEX triplet: 10, 16 and 8D. RGB value is (16,22,141). Sum of RGB (Red+Green+Blue) = 16+22+141=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #10168D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10168D is #EFE972. Grayscale: #212121. Windows color (decimal): -15722867 or 9246224. OLE color: 9246224.

HSL color Cylindrical-coordinate representation of color #10168D: hue angle of 237.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10168D is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 22 141 -
CMYK 0.89 0.84 0 0.45
HSL 237.12º 0.8% 0.31% -
HSV(B) 237.12º 0.89% 0.55% -
XYZ 5.31 2.61 25.42 -
YUV 33.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 16 22 141 0.89 0.84 0 0.45 237.12 0.8 0.31
Hex 10 16 8D 59 54 0 2D ED 50 1F
Octal 20 26 215 131 124 0 55 355 120 37
Binary 10000 10110 10001101 1011001 1010100 0 101101 11101101 1010000 11111

Color Harmonies of #10168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10168D

Black with #10168D

Text Example


Text Example

White with #10168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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