Html Css Color HEX #1F148F Ultramarine

📋 copy color: '#1F148F'

red 31 ◦ green 20 ◦ blue 143

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

Shades of Ultramarine #1F148F

Tints of Ultramarine #1F148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

 BLUE value IS 143 (56.25% from 255) = 73.71%

R = 15.98%
G = 10.31%
B = 73.71%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F148F (or 0x1F148F) is known color: Ultramarine. HEX triplet: 1F, 14 and 8F. RGB value is (31,20,143). Sum of RGB (Red+Green+Blue) = 31+20+143=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 143 (56.25% from 255 or 73.71% from 194); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F148F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F148F is #E0EB70. Grayscale: #242424. Windows color (decimal): -14740337 or 9376799. OLE color: 9376799.

HSL color Cylindrical-coordinate representation of color #1F148F: hue angle of 245.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F148F is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 20 143 -
CMYK 0.78 0.86 0 0.44
HSL 245.37º 0.75% 0.32% -
HSV(B) 245.37º 0.86% 0.56% -
XYZ 5.77 2.77 26.22 -
YUV 37.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 31 20 143 0.78 0.86 0 0.44 245.37 0.75 0.32
Hex 1F 14 8F 4E 56 0 2C F5 4B 20
Octal 37 24 217 116 126 0 54 365 113 40
Binary 11111 10100 10001111 1001110 1010110 0 101100 11110101 1001011 100000

Color Harmonies of #1F148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F148F

Black with #1F148F

Text Example


Text Example

White with #1F148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,143); }

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

background-color css

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

 a { background-color: rgb(31,20,143); }

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

border-color css

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

 span { border-color: rgb(31,20,143); }

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