Html Css Color HEX #130F8E Ultramarine

📋 copy color: '#130F8E'

red 19 ◦ green 15 ◦ blue 142

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

Shades of Ultramarine #130F8E

Tints of Ultramarine #130F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 80.68%

R = 10.8%
G = 8.52%
B = 80.68%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#130F8E (or 0x130F8E) is known color: Ultramarine. HEX triplet: 13, 0F and 8E. RGB value is (19,15,142). Sum of RGB (Red+Green+Blue) = 19+15+142=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #130F8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F8E is #ECF071. Grayscale: #1E1E1E. Windows color (decimal): -15528050 or 9309971. OLE color: 9309971.

HSL color Cylindrical-coordinate representation of color #130F8E: hue angle of 241.89º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130F8E is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 15 142 -
CMYK 0.87 0.89 0 0.44
HSL 241.89º 0.81% 0.31% -
HSV(B) 241.89º 0.89% 0.56% -
XYZ 5.32 2.43 25.78 -
YUV 30.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 19 15 142 0.87 0.89 0 0.44 241.89 0.81 0.31
Hex 13 F 8E 57 59 0 2C F2 51 1F
Octal 23 17 216 127 131 0 54 362 121 37
Binary 10011 1111 10001110 1010111 1011001 0 101100 11110010 1010001 11111

Color Harmonies of #130F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F8E

Black with #130F8E

Text Example


Text Example

White with #130F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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