Html Css Color HEX #1A1F9E Ultramarine

📋 copy color: '#1A1F9E'

red 26 ◦ green 31 ◦ blue 158

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

Shades of Ultramarine #1A1F9E

Tints of Ultramarine #1A1F9E

RGB

 RED value IS 26 (10.55% from 255) = 12.09%

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 158 (62.11% from 255) = 73.49%

R = 12.09%
G = 14.42%
B = 73.49%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A1F9E (or 0x1A1F9E) is known color: Ultramarine. HEX triplet: 1A, 1F and 9E. RGB value is (26,31,158). Sum of RGB (Red+Green+Blue) = 26+31+158=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A1F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1F9E is #E5E061. Grayscale: #2B2B2B. Windows color (decimal): -15065186 or 10362650. OLE color: 10362650.

HSL color Cylindrical-coordinate representation of color #1A1F9E: hue angle of 237.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1F9E is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 31 158 -
CMYK 0.84 0.80 0 0.38
HSL 237.73º 0.72% 0.36% -
HSV(B) 237.73º 0.84% 0.62% -
XYZ 7.09 3.67 32.68 -
YUV 43.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 26 31 158 0.84 0.80 0 0.38 237.73 0.72 0.36
Hex 1A 1F 9E 54 50 0 26 EE 48 24
Octal 32 37 236 124 120 0 46 356 110 44
Binary 11010 11111 10011110 1010100 1010000 0 100110 11101110 1001000 100100

Color Harmonies of #1A1F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1F9E

Black with #1A1F9E

Text Example


Text Example

White with #1A1F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A1F9E; }

 p { color: rgb(26,31,158); }

 H1.HeaderClassName
 {
   color: #1A1F9E;
 }
 .AnyTagClassName
 {
   color: #1A1F9E;
 }
</style>

background-color css

<style>
 a { background-color: #1A1F9E; }

 a { background-color: rgb(26,31,158); }

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

border-color css

<style>
 span { border-color: #1A1F9E; }

 span { border-color: rgb(26,31,158); }

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