Html Css Color HEX #1F0097 Ultramarine

📋 copy color: '#1F0097'

red 31 ◦ green 0 ◦ blue 151

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

Shades of Ultramarine #1F0097

Tints of Ultramarine #1F0097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 82.97%

R = 17.03%
G = 0%
B = 82.97%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F0097 (or 0x1F0097) is known color: Ultramarine. HEX triplet: 1F, 00 and 97. RGB value is (31,0,151). Sum of RGB (Red+Green+Blue) = 31+0+151=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 151 (59.38% from 255 or 82.97% from 182); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F0097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0097 is #E0FF68. Grayscale: #191919. Windows color (decimal): -14745449 or 9895967. OLE color: 9895967.

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

Color convert

RGB 31 0 151 -
CMYK 0.79 1 0 0.41
HSL 252.32º 1% 0.3% -
HSV(B) 252.32º 1% 0.59% -
XYZ 6.15 2.53 29.44 -
YUV 26.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 31 0 151 0.79 1 0 0.41 252.32 1 0.3
Hex 1F 0 97 4F 64 0 29 FC 64 1E
Octal 37 0 227 117 144 0 51 374 144 36
Binary 11111 0 10010111 1001111 1100100 0 101001 11111100 1100100 11110

Color Harmonies of #1F0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0097

Black with #1F0097

Text Example


Text Example

White with #1F0097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,0,151); }

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

background-color css

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

 a { background-color: rgb(31,0,151); }

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

border-color css

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

 span { border-color: rgb(31,0,151); }

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