Html Css Color HEX #141098 Ultramarine

📋 copy color: '#141098'

red 20 ◦ green 16 ◦ blue 152

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

Shades of Ultramarine #141098

Tints of Ultramarine #141098

RGB

 RED value IS 20 (8.2% from 255) = 10.64%

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 10.64%
G = 8.51%
B = 80.85%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#141098 (or 0x141098) is known color: Ultramarine. HEX triplet: 14, 10 and 98. RGB value is (20,16,152). Sum of RGB (Red+Green+Blue) = 20+16+152=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 152 (59.77% from 255 or 80.85% from 188); Max value from RGB is 152 - color contains mainly: blue. Hex color #141098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141098 is #EBEF67. Grayscale: #202020. Windows color (decimal): -15462248 or 9965588. OLE color: 9965588.

HSL color Cylindrical-coordinate representation of color #141098: hue angle of 241.76º 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 #141098 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 16 152 -
CMYK 0.87 0.89 0 0.40
HSL 241.76º 0.81% 0.33% -
HSV(B) 241.76º 0.89% 0.6% -
XYZ 6.14 2.79 29.92 -
YUV 32.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 20 16 152 0.87 0.89 0 0.40 241.76 0.81 0.33
Hex 14 10 98 57 59 0 28 F2 51 21
Octal 24 20 230 127 131 0 50 362 121 41
Binary 10100 10000 10011000 1010111 1011001 0 101000 11110010 1010001 100001

Color Harmonies of #141098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141098

Black with #141098

Text Example


Text Example

White with #141098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141098; }

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

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

background-color css

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

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

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

border-color css

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

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

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