Html Css Color HEX #131C9D Ultramarine

📋 copy color: '#131C9D'

red 19 ◦ green 28 ◦ blue 157

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

Shades of Ultramarine #131C9D

Tints of Ultramarine #131C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.73%

 BLUE value IS 157 (61.72% from 255) = 76.96%

R = 9.31%
G = 13.73%
B = 76.96%

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

#131C9D (or 0x131C9D) is known color: Ultramarine. HEX triplet: 13, 1C and 9D. RGB value is (19,28,157). Sum of RGB (Red+Green+Blue) = 19+28+157=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #131C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C9D is #ECE362. Grayscale: #272727. Windows color (decimal): -15524707 or 10296339. OLE color: 10296339.

HSL color Cylindrical-coordinate representation of color #131C9D: hue angle of 236.09º degrees, saturation: 0.78, 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 #131C9D is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 28 157 -
CMYK 0.88 0.82 0 0.38
HSL 236.09º 0.78% 0.35% -
HSV(B) 236.09º 0.88% 0.62% -
XYZ 6.77 3.4 32.2 -
YUV 40.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 19 28 157 0.88 0.82 0 0.38 236.09 0.78 0.35
Hex 13 1C 9D 58 52 0 26 EC 4E 23
Octal 23 34 235 130 122 0 46 354 116 43
Binary 10011 11100 10011101 1011000 1010010 0 100110 11101100 1001110 100011

Color Harmonies of #131C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C9D

Black with #131C9D

Text Example


Text Example

White with #131C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,157); }

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

background-color css

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

 a { background-color: rgb(19,28,157); }

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

border-color css

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

 span { border-color: rgb(19,28,157); }

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