Html Css Color HEX #131B9A Ultramarine

📋 copy color: '#131B9A'

red 19 ◦ green 27 ◦ blue 154

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

Shades of Ultramarine #131B9A

Tints of Ultramarine #131B9A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.5%

 BLUE value IS 154 (60.55% from 255) = 77%

R = 9.5%
G = 13.5%
B = 77%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#131B9A (or 0x131B9A) is known color: Ultramarine. HEX triplet: 13, 1B and 9A. RGB value is (19,27,154). Sum of RGB (Red+Green+Blue) = 19+27+154=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 154 (60.55% from 255 or 77% from 200); Max value from RGB is 154 - color contains mainly: blue. Hex color #131B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131B9A is #ECE465. Grayscale: #262626. Windows color (decimal): -15524966 or 10099475. OLE color: 10099475.

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

Color convert

RGB 19 27 154 -
CMYK 0.88 0.82 0 0.40
HSL 236.44º 0.78% 0.34% -
HSV(B) 236.44º 0.88% 0.6% -
XYZ 6.49 3.26 30.86 -
YUV 39.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 19 27 154 0.88 0.82 0 0.40 236.44 0.78 0.34
Hex 13 1B 9A 58 52 0 28 EC 4E 22
Octal 23 33 232 130 122 0 50 354 116 42
Binary 10011 11011 10011010 1011000 1010010 0 101000 11101100 1001110 100010

Color Harmonies of #131B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B9A

Black with #131B9A

Text Example


Text Example

White with #131B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,154); }

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

background-color css

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

 a { background-color: rgb(19,27,154); }

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

border-color css

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

 span { border-color: rgb(19,27,154); }

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