Html Css Color HEX #130FA6 Ultramarine

📋 copy color: '#130FA6'

red 19 ◦ green 15 ◦ blue 166

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

Shades of Ultramarine #130FA6

Tints of Ultramarine #130FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.5%

 BLUE value IS 166 (65.23% from 255) = 83%

R = 9.5%
G = 7.5%
B = 83%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#130FA6 (or 0x130FA6) is known color: Ultramarine. HEX triplet: 13, 0F and A6. RGB value is (19,15,166). Sum of RGB (Red+Green+Blue) = 19+15+166=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 166 (65.23% from 255 or 83% from 200); Max value from RGB is 166 - color contains mainly: blue. Hex color #130FA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130FA6 is #ECF059. Grayscale: #202020. Windows color (decimal): -15528026 or 10882835. OLE color: 10882835.

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

Color convert

RGB 19 15 166 -
CMYK 0.89 0.91 0 0.35
HSL 241.59º 0.83% 0.35% -
HSV(B) 241.59º 0.91% 0.65% -
XYZ 7.32 3.23 36.31 -
YUV 33.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 19 15 166 0.89 0.91 0 0.35 241.59 0.83 0.35
Hex 13 F A6 59 5B 0 23 F2 53 23
Octal 23 17 246 131 133 0 43 362 123 43
Binary 10011 1111 10100110 1011001 1011011 0 100011 11110010 1010011 100011

Color Harmonies of #130FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FA6

Black with #130FA6

Text Example


Text Example

White with #130FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,15,166); }

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

background-color css

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

 a { background-color: rgb(19,15,166); }

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

border-color css

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

 span { border-color: rgb(19,15,166); }

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