Html Css Color HEX #101598 Ultramarine

📋 copy color: '#101598'

red 16 ◦ green 21 ◦ blue 152

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

Shades of Ultramarine #101598

Tints of Ultramarine #101598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 152 (59.77% from 255) = 80.42%

R = 8.47%
G = 11.11%
B = 80.42%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#101598 (or 0x101598) is known color: Ultramarine. HEX triplet: 10, 15 and 98. RGB value is (16,21,152). Sum of RGB (Red+Green+Blue) = 16+21+152=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #101598 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101598 is #EFEA67. Grayscale: #212121. Windows color (decimal): -15723112 or 9966864. OLE color: 9966864.

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

Color convert

RGB 16 21 152 -
CMYK 0.89 0.86 0 0.40
HSL 237.79º 0.81% 0.33% -
HSV(B) 237.79º 0.89% 0.6% -
XYZ 6.15 2.91 29.94 -
YUV 34.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 16 21 152 0.89 0.86 0 0.40 237.79 0.81 0.33
Hex 10 15 98 59 56 0 28 EE 51 21
Octal 20 25 230 131 126 0 50 356 121 41
Binary 10000 10101 10011000 1011001 1010110 0 101000 11101110 1010001 100001

Color Harmonies of #101598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101598

Black with #101598

Text Example


Text Example

White with #101598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101598; }

 p { color: rgb(16,21,152); }

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

background-color css

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

 a { background-color: rgb(16,21,152); }

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

border-color css

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

 span { border-color: rgb(16,21,152); }

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