Html Css Color HEX #1F0EB3 Ultramarine

📋 copy color: '#1F0EB3'

red 31 ◦ green 14 ◦ blue 179

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

Shades of Ultramarine #1F0EB3

Tints of Ultramarine #1F0EB3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 179 (70.31% from 255) = 79.91%

R = 13.84%
G = 6.25%
B = 79.91%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1F0EB3 (or 0x1F0EB3) is known color: Ultramarine. HEX triplet: 1F, 0E and B3. RGB value is (31,14,179). Sum of RGB (Red+Green+Blue) = 31+14+179=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 179 (70.31% from 255 or 79.91% from 224); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F0EB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0EB3 is #E0F14C. Grayscale: #252525. Windows color (decimal): -14741837 or 11734559. OLE color: 11734559.

HSL color Cylindrical-coordinate representation of color #1F0EB3: hue angle of 246.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0EB3 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 14 179 -
CMYK 0.83 0.92 0 0.30
HSL 246.18º 0.85% 0.38% -
HSV(B) 246.18º 0.92% 0.7% -
XYZ 8.86 3.86 42.93 -
YUV 37.89 207.63 123.08 -
System Red Green Blue C M Y K H S L
Decimal 31 14 179 0.83 0.92 0 0.30 246.18 0.85 0.38
Hex 1F E B3 53 5C 0 1E F6 55 26
Octal 37 16 263 123 134 0 36 366 125 46
Binary 11111 1110 10110011 1010011 1011100 0 11110 11110110 1010101 100110

Color Harmonies of #1F0EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0EB3

Black with #1F0EB3

Text Example


Text Example

White with #1F0EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,179); }

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

background-color css

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

 a { background-color: rgb(31,14,179); }

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

border-color css

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

 span { border-color: rgb(31,14,179); }

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