Html Css Color HEX #130BA5 Ultramarine

📋 copy color: '#130BA5'

red 19 ◦ green 11 ◦ blue 165

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

Shades of Ultramarine #130BA5

Tints of Ultramarine #130BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.64%

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

R = 9.74%
G = 5.64%
B = 84.62%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#130BA5 (or 0x130BA5) is known color: Ultramarine. HEX triplet: 13, 0B and A5. RGB value is (19,11,165). Sum of RGB (Red+Green+Blue) = 19+11+165=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 165 (64.84% from 255 or 84.62% from 195); Max value from RGB is 165 - color contains mainly: blue. Hex color #130BA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BA5 is #ECF45A. Grayscale: #1E1E1E. Windows color (decimal): -15529051 or 10816275. OLE color: 10816275.

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

Color convert

RGB 19 11 165 -
CMYK 0.88 0.93 0 0.35
HSL 243.12º 0.88% 0.35% -
HSV(B) 243.12º 0.93% 0.65% -
XYZ 7.18 3.09 35.82 -
YUV 30.95 203.65 119.48 -
System Red Green Blue C M Y K H S L
Decimal 19 11 165 0.88 0.93 0 0.35 243.12 0.88 0.35
Hex 13 B A5 58 5D 0 23 F3 58 23
Octal 23 13 245 130 135 0 43 363 130 43
Binary 10011 1011 10100101 1011000 1011101 0 100011 11110011 1011000 100011

Color Harmonies of #130BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BA5

Black with #130BA5

Text Example


Text Example

White with #130BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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