Html Css Color HEX #1F108B Ultramarine

📋 copy color: '#1F108B'

red 31 ◦ green 16 ◦ blue 139

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

Shades of Ultramarine #1F108B

Tints of Ultramarine #1F108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 74.73%

R = 16.67%
G = 8.6%
B = 74.73%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F108B (or 0x1F108B) is known color: Ultramarine. HEX triplet: 1F, 10 and 8B. RGB value is (31,16,139). Sum of RGB (Red+Green+Blue) = 31+16+139=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F108B is #E0EF74. Grayscale: #222222. Windows color (decimal): -14741365 or 9113631. OLE color: 9113631.

HSL color Cylindrical-coordinate representation of color #1F108B: hue angle of 247.32º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F108B is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 16 139 -
CMYK 0.78 0.88 0 0.45
HSL 247.32º 0.79% 0.3% -
HSV(B) 247.32º 0.88% 0.55% -
XYZ 5.41 2.53 24.63 -
YUV 34.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 31 16 139 0.78 0.88 0 0.45 247.32 0.79 0.3
Hex 1F 10 8B 4E 58 0 2D F7 4F 1E
Octal 37 20 213 116 130 0 55 367 117 36
Binary 11111 10000 10001011 1001110 1011000 0 101101 11110111 1001111 11110

Color Harmonies of #1F108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F108B

Black with #1F108B

Text Example


Text Example

White with #1F108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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