Html Css Color HEX #130CA4 Ultramarine

📋 copy color: '#130CA4'

red 19 ◦ green 12 ◦ blue 164

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

Shades of Ultramarine #130CA4

Tints of Ultramarine #130CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.15%

 BLUE value IS 164 (64.45% from 255) = 84.1%

R = 9.74%
G = 6.15%
B = 84.1%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#130CA4 (or 0x130CA4) is known color: Ultramarine. HEX triplet: 13, 0C and A4. RGB value is (19,12,164). Sum of RGB (Red+Green+Blue) = 19+12+164=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 164 (64.45% from 255 or 84.10% from 195); Max value from RGB is 164 - color contains mainly: blue. Hex color #130CA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130CA4 is #ECF35B. Grayscale: #1E1E1E. Windows color (decimal): -15528796 or 10750995. OLE color: 10750995.

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

Color convert

RGB 19 12 164 -
CMYK 0.88 0.93 0 0.36
HSL 242.76º 0.86% 0.35% -
HSV(B) 242.76º 0.93% 0.64% -
XYZ 7.1 3.08 35.34 -
YUV 31.42 202.82 119.14 -
System Red Green Blue C M Y K H S L
Decimal 19 12 164 0.88 0.93 0 0.36 242.76 0.86 0.35
Hex 13 C A4 58 5D 0 24 F3 56 23
Octal 23 14 244 130 135 0 44 363 126 43
Binary 10011 1100 10100100 1011000 1011101 0 100100 11110011 1010110 100011

Color Harmonies of #130CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CA4

Black with #130CA4

Text Example


Text Example

White with #130CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,12,164); }

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

background-color css

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

 a { background-color: rgb(19,12,164); }

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

border-color css

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

 span { border-color: rgb(19,12,164); }

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