Html Css Color HEX #1F1398 Ultramarine

📋 copy color: '#1F1398'

red 31 ◦ green 19 ◦ blue 152

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

Shades of Ultramarine #1F1398

Tints of Ultramarine #1F1398

RGB

 RED value IS 31 (12.5% from 255) = 15.35%

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 152 (59.77% from 255) = 75.25%

R = 15.35%
G = 9.41%
B = 75.25%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F1398 (or 0x1F1398) is known color: Ultramarine. HEX triplet: 1F, 13 and 98. RGB value is (31,19,152). Sum of RGB (Red+Green+Blue) = 31+19+152=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F1398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1398 is #E0EC67. Grayscale: #252525. Windows color (decimal): -14740584 or 9966367. OLE color: 9966367.

HSL color Cylindrical-coordinate representation of color #1F1398: hue angle of 245.41º 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 #1F1398 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 19 152 -
CMYK 0.80 0.87 0 0.40
HSL 245.41º 0.78% 0.34% -
HSV(B) 245.41º 0.88% 0.6% -
XYZ 6.47 3.02 29.95 -
YUV 37.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 31 19 152 0.80 0.87 0 0.40 245.41 0.78 0.34
Hex 1F 13 98 50 57 0 28 F5 4E 22
Octal 37 23 230 120 127 0 50 365 116 42
Binary 11111 10011 10011000 1010000 1010111 0 101000 11110101 1001110 100010

Color Harmonies of #1F1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1398

Black with #1F1398

Text Example


Text Example

White with #1F1398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,19,152); }

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

background-color css

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

 a { background-color: rgb(31,19,152); }

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

border-color css

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

 span { border-color: rgb(31,19,152); }

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