Html Css Color HEX #132097 Ultramarine

📋 copy color: '#132097'

red 19 ◦ green 32 ◦ blue 151

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

Shades of Ultramarine #132097

Tints of Ultramarine #132097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 9.41%
G = 15.84%
B = 74.75%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132097 (or 0x132097) is known color: Ultramarine. HEX triplet: 13, 20 and 97. RGB value is (19,32,151). Sum of RGB (Red+Green+Blue) = 19+32+151=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #132097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132097 is #ECDF68. Grayscale: #292929. Windows color (decimal): -15523689 or 9904147. OLE color: 9904147.

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

Color convert

RGB 19 32 151 -
CMYK 0.87 0.79 0 0.41
HSL 234.09º 0.78% 0.33% -
HSV(B) 234.09º 0.87% 0.59% -
XYZ 6.37 3.41 29.6 -
YUV 41.68 189.69 111.82 -
System Red Green Blue C M Y K H S L
Decimal 19 32 151 0.87 0.79 0 0.41 234.09 0.78 0.33
Hex 13 20 97 57 4F 0 29 EA 4E 21
Octal 23 40 227 127 117 0 51 352 116 41
Binary 10011 100000 10010111 1010111 1001111 0 101001 11101010 1001110 100001

Color Harmonies of #132097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132097

Black with #132097

Text Example


Text Example

White with #132097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132097; }

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

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

background-color css

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

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

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

border-color css

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

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

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