Html Css Color HEX #131D9F Ultramarine

📋 copy color: '#131D9F'

red 19 ◦ green 29 ◦ blue 159

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

Shades of Ultramarine #131D9F

Tints of Ultramarine #131D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.01%

 BLUE value IS 159 (62.5% from 255) = 76.81%

R = 9.18%
G = 14.01%
B = 76.81%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#131D9F (or 0x131D9F) is known color: Ultramarine. HEX triplet: 13, 1D and 9F. RGB value is (19,29,159). Sum of RGB (Red+Green+Blue) = 19+29+159=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #131D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D9F is #ECE260. Grayscale: #282828. Windows color (decimal): -15524449 or 10427667. OLE color: 10427667.

HSL color Cylindrical-coordinate representation of color #131D9F: hue angle of 235.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131D9F is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 29 159 -
CMYK 0.88 0.82 0 0.38
HSL 235.71º 0.79% 0.35% -
HSV(B) 235.71º 0.88% 0.62% -
XYZ 6.97 3.52 33.11 -
YUV 40.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 19 29 159 0.88 0.82 0 0.38 235.71 0.79 0.35
Hex 13 1D 9F 58 52 0 26 EC 4F 23
Octal 23 35 237 130 122 0 46 354 117 43
Binary 10011 11101 10011111 1011000 1010010 0 100110 11101100 1001111 100011

Color Harmonies of #131D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D9F

Black with #131D9F

Text Example


Text Example

White with #131D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131D9F; }

 p { color: rgb(19,29,159); }

 H1.HeaderClassName
 {
   color: #131D9F;
 }
 .AnyTagClassName
 {
   color: #131D9F;
 }
</style>

background-color css

<style>
 a { background-color: #131D9F; }

 a { background-color: rgb(19,29,159); }

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

border-color css

<style>
 span { border-color: #131D9F; }

 span { border-color: rgb(19,29,159); }

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