Html Css Color HEX #130D9C Ultramarine

📋 copy color: '#130D9C'

red 19 ◦ green 13 ◦ blue 156

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

Shades of Ultramarine #130D9C

Tints of Ultramarine #130D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 82.98%

R = 10.11%
G = 6.91%
B = 82.98%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#130D9C (or 0x130D9C) is known color: Ultramarine. HEX triplet: 13, 0D and 9C. RGB value is (19,13,156). Sum of RGB (Red+Green+Blue) = 19+13+156=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #130D9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D9C is #ECF263. Grayscale: #1E1E1E. Windows color (decimal): -15528548 or 10226963. OLE color: 10226963.

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

Color convert

RGB 19 13 156 -
CMYK 0.88 0.92 0 0.39
HSL 242.52º 0.85% 0.33% -
HSV(B) 242.52º 0.92% 0.61% -
XYZ 6.41 2.83 31.66 -
YUV 31.1 198.49 119.37 -
System Red Green Blue C M Y K H S L
Decimal 19 13 156 0.88 0.92 0 0.39 242.52 0.85 0.33
Hex 13 D 9C 58 5C 0 27 F3 55 21
Octal 23 15 234 130 134 0 47 363 125 41
Binary 10011 1101 10011100 1011000 1011100 0 100111 11110011 1010101 100001

Color Harmonies of #130D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D9C

Black with #130D9C

Text Example


Text Example

White with #130D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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