Html Css Color HEX #130DA5 Ultramarine

📋 copy color: '#130DA5'

red 19 ◦ green 13 ◦ blue 165

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

Shades of Ultramarine #130DA5

Tints of Ultramarine #130DA5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 165 (64.84% from 255) = 83.76%

R = 9.64%
G = 6.6%
B = 83.76%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#130DA5 (or 0x130DA5) is known color: Ultramarine. HEX triplet: 13, 0D and A5. RGB value is (19,13,165). Sum of RGB (Red+Green+Blue) = 19+13+165=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 165 (64.84% from 255 or 83.76% from 197); Max value from RGB is 165 - color contains mainly: blue. Hex color #130DA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130DA5 is #ECF25A. Grayscale: #1F1F1F. Windows color (decimal): -15528539 or 10816787. OLE color: 10816787.

HSL color Cylindrical-coordinate representation of color #130DA5: hue angle of 242.37º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130DA5 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 13 165 -
CMYK 0.88 0.92 0 0.35
HSL 242.37º 0.85% 0.35% -
HSV(B) 242.37º 0.92% 0.65% -
XYZ 7.2 3.14 35.82 -
YUV 32.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 19 13 165 0.88 0.92 0 0.35 242.37 0.85 0.35
Hex 13 D A5 58 5C 0 23 F2 55 23
Octal 23 15 245 130 134 0 43 362 125 43
Binary 10011 1101 10100101 1011000 1011100 0 100011 11110010 1010101 100011

Color Harmonies of #130DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DA5

Black with #130DA5

Text Example


Text Example

White with #130DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130DA5; }

 p { color: rgb(19,13,165); }

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

background-color css

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

 a { background-color: rgb(19,13,165); }

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

border-color css

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

 span { border-color: rgb(19,13,165); }

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