Html Css Color HEX #130E94 Ultramarine

📋 copy color: '#130E94'

red 19 ◦ green 14 ◦ blue 148

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

Shades of Ultramarine #130E94

Tints of Ultramarine #130E94

RGB

 RED value IS 19 (7.81% from 255) = 10.5%

 GREEN value IS 14 (5.86% from 255) = 7.73%

 BLUE value IS 148 (58.2% from 255) = 81.77%

R = 10.5%
G = 7.73%
B = 81.77%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130E94 (or 0x130E94) is known color: Ultramarine. HEX triplet: 13, 0E and 94. RGB value is (19,14,148). Sum of RGB (Red+Green+Blue) = 19+14+148=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #130E94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130E94 is #ECF16B. Grayscale: #1E1E1E. Windows color (decimal): -15528300 or 9702931. OLE color: 9702931.

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

Color convert

RGB 19 14 148 -
CMYK 0.87 0.91 0 0.42
HSL 242.24º 0.83% 0.32% -
HSV(B) 242.24º 0.91% 0.58% -
XYZ 5.77 2.59 28.21 -
YUV 30.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 19 14 148 0.87 0.91 0 0.42 242.24 0.83 0.32
Hex 13 E 94 57 5B 0 2A F2 53 20
Octal 23 16 224 127 133 0 52 362 123 40
Binary 10011 1110 10010100 1010111 1011011 0 101010 11110010 1010011 100000

Color Harmonies of #130E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E94

Black with #130E94

Text Example


Text Example

White with #130E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E94; }

 p { color: rgb(19,14,148); }

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

background-color css

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

 a { background-color: rgb(19,14,148); }

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

border-color css

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

 span { border-color: rgb(19,14,148); }

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