Html Css Color HEX #101489 Ultramarine

📋 copy color: '#101489'

red 16 ◦ green 20 ◦ blue 137

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

Shades of Ultramarine #101489

Tints of Ultramarine #101489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

 BLUE value IS 137 (53.91% from 255) = 79.19%

R = 9.25%
G = 11.56%
B = 79.19%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#101489 (or 0x101489) is known color: Ultramarine. HEX triplet: 10, 14 and 89. RGB value is (16,20,137). Sum of RGB (Red+Green+Blue) = 16+20+137=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #101489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101489 is #EFEB76. Grayscale: #1F1F1F. Windows color (decimal): -15723383 or 8983568. OLE color: 8983568.

HSL color Cylindrical-coordinate representation of color #101489: hue angle of 238.02º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101489 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 20 137 -
CMYK 0.88 0.85 0 0.46
HSL 238.02º 0.79% 0.3% -
HSV(B) 238.02º 0.88% 0.54% -
XYZ 4.98 2.42 23.87 -
YUV 32.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 16 20 137 0.88 0.85 0 0.46 238.02 0.79 0.3
Hex 10 14 89 58 55 0 2E EE 4F 1E
Octal 20 24 211 130 125 0 56 356 117 36
Binary 10000 10100 10001001 1011000 1010101 0 101110 11101110 1001111 11110

Color Harmonies of #101489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101489

Black with #101489

Text Example


Text Example

White with #101489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101489; }

 p { color: rgb(16,20,137); }

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

background-color css

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

 a { background-color: rgb(16,20,137); }

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

border-color css

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

 span { border-color: rgb(16,20,137); }

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