Html Css Color HEX #131AA4 Ultramarine

📋 copy color: '#131AA4'

red 19 ◦ green 26 ◦ blue 164

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

Shades of Ultramarine #131AA4

Tints of Ultramarine #131AA4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 164 (64.45% from 255) = 78.47%

R = 9.09%
G = 12.44%
B = 78.47%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#131AA4 (or 0x131AA4) is known color: Ultramarine. HEX triplet: 13, 1A and A4. RGB value is (19,26,164). Sum of RGB (Red+Green+Blue) = 19+26+164=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 164 (64.45% from 255 or 78.47% from 209); Max value from RGB is 164 - color contains mainly: blue. Hex color #131AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131AA4 is #ECE55B. Grayscale: #272727. Windows color (decimal): -15525212 or 10754579. OLE color: 10754579.

HSL color Cylindrical-coordinate representation of color #131AA4: hue angle of 237.1º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131AA4 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 26 164 -
CMYK 0.88 0.84 0 0.36
HSL 237.1º 0.79% 0.36% -
HSV(B) 237.1º 0.88% 0.64% -
XYZ 7.34 3.56 35.42 -
YUV 39.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 19 26 164 0.88 0.84 0 0.36 237.1 0.79 0.36
Hex 13 1A A4 58 54 0 24 ED 4F 24
Octal 23 32 244 130 124 0 44 355 117 44
Binary 10011 11010 10100100 1011000 1010100 0 100100 11101101 1001111 100100

Color Harmonies of #131AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AA4

Black with #131AA4

Text Example


Text Example

White with #131AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,26,164); }

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

background-color css

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

 a { background-color: rgb(19,26,164); }

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

border-color css

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

 span { border-color: rgb(19,26,164); }

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