Html Css Color HEX #1F1098 Ultramarine

📋 copy color: '#1F1098'

red 31 ◦ green 16 ◦ blue 152

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

Shades of Ultramarine #1F1098

Tints of Ultramarine #1F1098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 15.58%
G = 8.04%
B = 76.38%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F1098 (or 0x1F1098) is known color: Ultramarine. HEX triplet: 1F, 10 and 98. RGB value is (31,16,152). Sum of RGB (Red+Green+Blue) = 31+16+152=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F1098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1098 is #E0EF67. Grayscale: #232323. Windows color (decimal): -14741352 or 9965599. OLE color: 9965599.

HSL color Cylindrical-coordinate representation of color #1F1098: hue angle of 246.62º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F1098 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 16 152 -
CMYK 0.80 0.89 0 0.40
HSL 246.62º 0.81% 0.33% -
HSV(B) 246.62º 0.89% 0.6% -
XYZ 6.42 2.93 29.93 -
YUV 35.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 31 16 152 0.80 0.89 0 0.40 246.62 0.81 0.33
Hex 1F 10 98 50 59 0 28 F7 51 21
Octal 37 20 230 120 131 0 50 367 121 41
Binary 11111 10000 10011000 1010000 1011001 0 101000 11110111 1010001 100001

Color Harmonies of #1F1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1098

Black with #1F1098

Text Example


Text Example

White with #1F1098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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