Html Css Color HEX #130298 Ultramarine

📋 copy color: '#130298'

red 19 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #130298

Tints of Ultramarine #130298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 10.98%
G = 1.16%
B = 87.86%

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

#130298 (or 0x130298) is known color: Ultramarine. HEX triplet: 13, 02 and 98. RGB value is (19,2,152). Sum of RGB (Red+Green+Blue) = 19+2+152=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 152 (59.77% from 255 or 87.86% from 173); Max value from RGB is 152 - color contains mainly: blue. Hex color #130298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130298 is #ECFD67. Grayscale: #171717. Windows color (decimal): -15531368 or 9962003. OLE color: 9962003.

HSL color Cylindrical-coordinate representation of color #130298: hue angle of 246.8º degrees, saturation: 0.97, 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 #130298 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 2 152 -
CMYK 0.87 0.99 0 0.40
HSL 246.8º 0.97% 0.3% -
HSV(B) 246.8º 0.99% 0.6% -
XYZ 5.96 2.45 29.86 -
YUV 24.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 19 2 152 0.87 0.99 0 0.40 246.8 0.97 0.3
Hex 13 2 98 57 63 0 28 F7 61 1E
Octal 23 2 230 127 143 0 50 367 141 36
Binary 10011 10 10011000 1010111 1100011 0 101000 11110111 1100001 11110

Color Harmonies of #130298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130298

Black with #130298

Text Example


Text Example

White with #130298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130298; }

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

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

background-color css

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

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

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

border-color css

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

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

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