Html Css Color HEX #1F038B Ultramarine

📋 copy color: '#1F038B'

red 31 ◦ green 3 ◦ blue 139

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

Shades of Ultramarine #1F038B

Tints of Ultramarine #1F038B

RGB

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

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

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

R = 17.92%
G = 1.73%
B = 80.35%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F038B (or 0x1F038B) is known color: Ultramarine. HEX triplet: 1F, 03 and 8B. RGB value is (31,3,139). Sum of RGB (Red+Green+Blue) = 31+3+139=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F038B is #E0FC74. Grayscale: #1A1A1A. Windows color (decimal): -14744693 or 9110303. OLE color: 9110303.

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

Color convert

RGB 31 3 139 -
CMYK 0.78 0.98 0 0.45
HSL 252.35º 0.96% 0.28% -
HSV(B) 252.35º 0.98% 0.55% -
XYZ 5.26 2.22 24.58 -
YUV 26.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 31 3 139 0.78 0.98 0 0.45 252.35 0.96 0.28
Hex 1F 3 8B 4E 62 0 2D FC 60 1C
Octal 37 3 213 116 142 0 55 374 140 34
Binary 11111 11 10001011 1001110 1100010 0 101101 11111100 1100000 11100

Color Harmonies of #1F038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F038B

Black with #1F038B

Text Example


Text Example

White with #1F038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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