Html Css Color HEX #140F95 Ultramarine

📋 copy color: '#140F95'

red 20 ◦ green 15 ◦ blue 149

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

Shades of Ultramarine #140F95

Tints of Ultramarine #140F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

 BLUE value IS 149 (58.59% from 255) = 80.98%

R = 10.87%
G = 8.15%
B = 80.98%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#140F95 (or 0x140F95) is known color: Ultramarine. HEX triplet: 14, 0F and 95. RGB value is (20,15,149). Sum of RGB (Red+Green+Blue) = 20+15+149=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #140F95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140F95 is #EBF06A. Grayscale: #1F1F1F. Windows color (decimal): -15462507 or 9768724. OLE color: 9768724.

HSL color Cylindrical-coordinate representation of color #140F95: hue angle of 242.24º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140F95 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 15 149 -
CMYK 0.87 0.90 0 0.42
HSL 242.24º 0.82% 0.32% -
HSV(B) 242.24º 0.9% 0.58% -
XYZ 5.88 2.66 28.64 -
YUV 31.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 20 15 149 0.87 0.90 0 0.42 242.24 0.82 0.32
Hex 14 F 95 57 5A 0 2A F2 52 20
Octal 24 17 225 127 132 0 52 362 122 40
Binary 10100 1111 10010101 1010111 1011010 0 101010 11110010 1010010 100000

Color Harmonies of #140F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F95

Black with #140F95

Text Example


Text Example

White with #140F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F95; }

 p { color: rgb(20,15,149); }

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

background-color css

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

 a { background-color: rgb(20,15,149); }

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

border-color css

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

 span { border-color: rgb(20,15,149); }

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