Html Css Color HEX #101296 Ultramarine

📋 copy color: '#101296'

red 16 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #101296

Tints of Ultramarine #101296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

 BLUE value IS 150 (58.98% from 255) = 81.52%

R = 8.7%
G = 9.78%
B = 81.52%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#101296 (or 0x101296) is known color: Ultramarine. HEX triplet: 10, 12 and 96. RGB value is (16,18,150). Sum of RGB (Red+Green+Blue) = 16+18+150=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 150 (58.98% from 255 or 81.52% from 184); Max value from RGB is 150 - color contains mainly: blue. Hex color #101296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101296 is #EFED69. Grayscale: #1F1F1F. Windows color (decimal): -15723882 or 9835024. OLE color: 9835024.

HSL color Cylindrical-coordinate representation of color #101296: hue angle of 239.1º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101296 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 18 150 -
CMYK 0.89 0.88 0 0.41
HSL 239.1º 0.81% 0.33% -
HSV(B) 239.1º 0.89% 0.59% -
XYZ 5.94 2.74 29.07 -
YUV 32.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 16 18 150 0.89 0.88 0 0.41 239.1 0.81 0.33
Hex 10 12 96 59 58 0 29 EF 51 21
Octal 20 22 226 131 130 0 51 357 121 41
Binary 10000 10010 10010110 1011001 1011000 0 101001 11101111 1010001 100001

Color Harmonies of #101296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101296

Black with #101296

Text Example


Text Example

White with #101296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101296; }

 p { color: rgb(16,18,150); }

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

background-color css

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

 a { background-color: rgb(16,18,150); }

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

border-color css

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

 span { border-color: rgb(16,18,150); }

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