Html Css Color HEX #130F8B Ultramarine

📋 copy color: '#130F8B'

red 19 ◦ green 15 ◦ blue 139

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

Shades of Ultramarine #130F8B

Tints of Ultramarine #130F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 80.35%

R = 10.98%
G = 8.67%
B = 80.35%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#130F8B (or 0x130F8B) is known color: Ultramarine. HEX triplet: 13, 0F and 8B. RGB value is (19,15,139). Sum of RGB (Red+Green+Blue) = 19+15+139=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #130F8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F8B is #ECF074. Grayscale: #1D1D1D. Windows color (decimal): -15528053 or 9113363. OLE color: 9113363.

HSL color Cylindrical-coordinate representation of color #130F8B: hue angle of 241.94º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130F8B is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 15 139 -
CMYK 0.86 0.89 0 0.45
HSL 241.94º 0.81% 0.3% -
HSV(B) 241.94º 0.89% 0.55% -
XYZ 5.1 2.34 24.61 -
YUV 30.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 19 15 139 0.86 0.89 0 0.45 241.94 0.81 0.3
Hex 13 F 8B 56 59 0 2D F2 51 1E
Octal 23 17 213 126 131 0 55 362 121 36
Binary 10011 1111 10001011 1010110 1011001 0 101101 11110010 1010001 11110

Color Harmonies of #130F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F8B

Black with #130F8B

Text Example


Text Example

White with #130F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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