Html Css Color HEX #10169F Ultramarine

📋 copy color: '#10169F'

red 16 ◦ green 22 ◦ blue 159

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

Shades of Ultramarine #10169F

Tints of Ultramarine #10169F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 80.71%

R = 8.12%
G = 11.17%
B = 80.71%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10169F (or 0x10169F) is known color: Ultramarine. HEX triplet: 10, 16 and 9F. RGB value is (16,22,159). Sum of RGB (Red+Green+Blue) = 16+22+159=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 159 (62.5% from 255 or 80.71% from 197); Max value from RGB is 159 - color contains mainly: blue. Hex color #10169F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10169F is #EFE960. Grayscale: #232323. Windows color (decimal): -15722849 or 10425872. OLE color: 10425872.

HSL color Cylindrical-coordinate representation of color #10169F: hue angle of 237.48º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10169F is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 22 159 -
CMYK 0.90 0.86 0 0.38
HSL 237.48º 0.82% 0.34% -
HSV(B) 237.48º 0.9% 0.62% -
XYZ 6.76 3.19 33.06 -
YUV 35.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 16 22 159 0.90 0.86 0 0.38 237.48 0.82 0.34
Hex 10 16 9F 5A 56 0 26 ED 52 22
Octal 20 26 237 132 126 0 46 355 122 42
Binary 10000 10110 10011111 1011010 1010110 0 100110 11101101 1010010 100010

Color Harmonies of #10169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10169F

Black with #10169F

Text Example


Text Example

White with #10169F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10169F; }

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

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

background-color css

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

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

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

border-color css

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

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

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