Html Css Color HEX #130198 Ultramarine

📋 copy color: '#130198'

red 19 ◦ green 1 ◦ blue 152

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

Shades of Ultramarine #130198

Tints of Ultramarine #130198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 11.05%
G = 0.58%
B = 88.37%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#130198 (or 0x130198) is known color: Ultramarine. HEX triplet: 13, 01 and 98. RGB value is (19,1,152). Sum of RGB (Red+Green+Blue) = 19+1+152=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 152 (59.77% from 255 or 88.37% from 172); Max value from RGB is 152 - color contains mainly: blue. Hex color #130198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130198 is #ECFE67. Grayscale: #171717. Windows color (decimal): -15531624 or 9961747. OLE color: 9961747.

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

Color convert

RGB 19 1 152 -
CMYK 0.87 0.99 0 0.40
HSL 247.15º 0.99% 0.3% -
HSV(B) 247.15º 0.99% 0.6% -
XYZ 5.95 2.43 29.86 -
YUV 23.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 19 1 152 0.87 0.99 0 0.40 247.15 0.99 0.3
Hex 13 1 98 57 63 0 28 F7 63 1E
Octal 23 1 230 127 143 0 50 367 143 36
Binary 10011 1 10011000 1010111 1100011 0 101000 11110111 1100011 11110

Color Harmonies of #130198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130198

Black with #130198

Text Example


Text Example

White with #130198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130198; }

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

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

background-color css

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

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

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

border-color css

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

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

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