Html Css Color HEX #132098 Ultramarine

📋 copy color: '#132098'

red 19 ◦ green 32 ◦ blue 152

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

Shades of Ultramarine #132098

Tints of Ultramarine #132098

RGB

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

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

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

R = 9.36%
G = 15.76%
B = 74.88%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#132098 (or 0x132098) is known color: Ultramarine. HEX triplet: 13, 20 and 98. RGB value is (19,32,152). Sum of RGB (Red+Green+Blue) = 19+32+152=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #132098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132098 is #ECDF67. Grayscale: #292929. Windows color (decimal): -15523688 or 9969683. OLE color: 9969683.

HSL color Cylindrical-coordinate representation of color #132098: hue angle of 234.14º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132098 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 32 152 -
CMYK 0.87 0.79 0 0.40
HSL 234.14º 0.78% 0.34% -
HSV(B) 234.14º 0.88% 0.6% -
XYZ 6.45 3.44 30.03 -
YUV 41.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 19 32 152 0.87 0.79 0 0.40 234.14 0.78 0.34
Hex 13 20 98 57 4F 0 28 EA 4E 22
Octal 23 40 230 127 117 0 50 352 116 42
Binary 10011 100000 10011000 1010111 1001111 0 101000 11101010 1001110 100010

Color Harmonies of #132098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132098

Black with #132098

Text Example


Text Example

White with #132098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132098; }

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

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

background-color css

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

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

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

border-color css

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

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

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