Html Css Color HEX #131C9C Ultramarine

📋 copy color: '#131C9C'

red 19 ◦ green 28 ◦ blue 156

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

Shades of Ultramarine #131C9C

Tints of Ultramarine #131C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 76.85%

R = 9.36%
G = 13.79%
B = 76.85%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#131C9C (or 0x131C9C) is known color: Ultramarine. HEX triplet: 13, 1C and 9C. RGB value is (19,28,156). Sum of RGB (Red+Green+Blue) = 19+28+156=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #131C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C9C is #ECE363. Grayscale: #272727. Windows color (decimal): -15524708 or 10230803. OLE color: 10230803.

HSL color Cylindrical-coordinate representation of color #131C9C: hue angle of 236.06º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131C9C is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 28 156 -
CMYK 0.88 0.82 0 0.39
HSL 236.06º 0.78% 0.34% -
HSV(B) 236.06º 0.88% 0.61% -
XYZ 6.68 3.37 31.75 -
YUV 39.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 19 28 156 0.88 0.82 0 0.39 236.06 0.78 0.34
Hex 13 1C 9C 58 52 0 27 EC 4E 22
Octal 23 34 234 130 122 0 47 354 116 42
Binary 10011 11100 10011100 1011000 1010010 0 100111 11101100 1001110 100010

Color Harmonies of #131C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C9C

Black with #131C9C

Text Example


Text Example

White with #131C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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