Html Css Color HEX #1F038F Ultramarine

📋 copy color: '#1F038F'

red 31 ◦ green 3 ◦ blue 143

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

Shades of Ultramarine #1F038F

Tints of Ultramarine #1F038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 17.51%
G = 1.69%
B = 80.79%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F038F (or 0x1F038F) is known color: Ultramarine. HEX triplet: 1F, 03 and 8F. RGB value is (31,3,143). Sum of RGB (Red+Green+Blue) = 31+3+143=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F038F is #E0FC70. Grayscale: #1A1A1A. Windows color (decimal): -14744689 or 9372447. OLE color: 9372447.

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

Color convert

RGB 31 3 143 -
CMYK 0.78 0.98 0 0.44
HSL 252º 0.96% 0.29% -
HSV(B) 252º 0.98% 0.56% -
XYZ 5.56 2.34 26.15 -
YUV 27.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 31 3 143 0.78 0.98 0 0.44 252 0.96 0.29
Hex 1F 3 8F 4E 62 0 2C FC 60 1D
Octal 37 3 217 116 142 0 54 374 140 35
Binary 11111 11 10001111 1001110 1100010 0 101100 11111100 1100000 11101

Color Harmonies of #1F038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F038F

Black with #1F038F

Text Example


Text Example

White with #1F038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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