Html Css Color HEX #130098 Ultramarine

📋 copy color: '#130098'

red 19 ◦ green 0 ◦ blue 152

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

Shades of Ultramarine #130098

Tints of Ultramarine #130098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.11%
G = 0%
B = 88.89%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#130098 (or 0x130098) is known color: Ultramarine. HEX triplet: 13, 00 and 98. RGB value is (19,0,152). Sum of RGB (Red+Green+Blue) = 19+0+152=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 152 (59.77% from 255 or 88.89% from 171); Max value from RGB is 152 - color contains mainly: blue. Hex color #130098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130098 is #ECFF67. Grayscale: #161616. Windows color (decimal): -15531880 or 9961491. OLE color: 9961491.

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

Color convert

RGB 19 0 152 -
CMYK 0.87 1 0 0.40
HSL 247.5º 1% 0.3% -
HSV(B) 247.5º 1% 0.6% -
XYZ 5.94 2.41 29.86 -
YUV 23.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 19 0 152 0.87 1 0 0.40 247.5 1 0.3
Hex 13 0 98 57 64 0 28 F8 64 1E
Octal 23 0 230 127 144 0 50 370 144 36
Binary 10011 0 10011000 1010111 1100100 0 101000 11111000 1100100 11110

Color Harmonies of #130098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130098

Black with #130098

Text Example


Text Example

White with #130098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130098; }

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

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

background-color css

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

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

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

border-color css

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

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

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