Html Css Color HEX #1F2090 Ultramarine

📋 copy color: '#1F2090'

red 31 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #1F2090

Tints of Ultramarine #1F2090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

 BLUE value IS 144 (56.64% from 255) = 69.57%

R = 14.98%
G = 15.46%
B = 69.57%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F2090 (or 0x1F2090) is known color: Ultramarine. HEX triplet: 1F, 20 and 90. RGB value is (31,32,144). Sum of RGB (Red+Green+Blue) = 31+32+144=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F2090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2090 is #E0DF6F. Grayscale: #2C2C2C. Windows color (decimal): -14737264 or 9445407. OLE color: 9445407.

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

Color convert

RGB 31 32 144 -
CMYK 0.78 0.78 0 0.44
HSL 239.47º 0.65% 0.34% -
HSV(B) 239.47º 0.78% 0.56% -
XYZ 6.12 3.34 26.71 -
YUV 44.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 31 32 144 0.78 0.78 0 0.44 239.47 0.65 0.34
Hex 1F 20 90 4E 4E 0 2C EF 41 22
Octal 37 40 220 116 116 0 54 357 101 42
Binary 11111 100000 10010000 1001110 1001110 0 101100 11101111 1000001 100010

Color Harmonies of #1F2090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2090

Black with #1F2090

Text Example


Text Example

White with #1F2090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,32,144); }

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

background-color css

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

 a { background-color: rgb(31,32,144); }

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

border-color css

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

 span { border-color: rgb(31,32,144); }

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