Html Css Color HEX #132093 Ultramarine

📋 copy color: '#132093'

red 19 ◦ green 32 ◦ blue 147

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

Shades of Ultramarine #132093

Tints of Ultramarine #132093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 9.6%
G = 16.16%
B = 74.24%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132093 (or 0x132093) is known color: Ultramarine. HEX triplet: 13, 20 and 93. RGB value is (19,32,147). Sum of RGB (Red+Green+Blue) = 19+32+147=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #132093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132093 is #ECDF6C. Grayscale: #282828. Windows color (decimal): -15523693 or 9642003. OLE color: 9642003.

HSL color Cylindrical-coordinate representation of color #132093: hue angle of 233.91º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132093 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 32 147 -
CMYK 0.87 0.78 0 0.42
HSL 233.91º 0.77% 0.33% -
HSV(B) 233.91º 0.87% 0.58% -
XYZ 6.05 3.28 27.92 -
YUV 41.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 19 32 147 0.87 0.78 0 0.42 233.91 0.77 0.33
Hex 13 20 93 57 4E 0 2A EA 4D 21
Octal 23 40 223 127 116 0 52 352 115 41
Binary 10011 100000 10010011 1010111 1001110 0 101010 11101010 1001101 100001

Color Harmonies of #132093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132093

Black with #132093

Text Example


Text Example

White with #132093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132093; }

 p { color: rgb(19,32,147); }

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

background-color css

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

 a { background-color: rgb(19,32,147); }

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

border-color css

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

 span { border-color: rgb(19,32,147); }

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