Html Css Color HEX #1F2394 Ultramarine

📋 copy color: '#1F2394'

red 31 ◦ green 35 ◦ blue 148

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

Shades of Ultramarine #1F2394

Tints of Ultramarine #1F2394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 148 (58.2% from 255) = 69.16%

R = 14.49%
G = 16.36%
B = 69.16%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F2394 (or 0x1F2394) is known color: Ultramarine. HEX triplet: 1F, 23 and 94. RGB value is (31,35,148). Sum of RGB (Red+Green+Blue) = 31+35+148=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F2394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2394 is #E0DC6B. Grayscale: #2E2E2E. Windows color (decimal): -14736492 or 9708319. OLE color: 9708319.

HSL color Cylindrical-coordinate representation of color #1F2394: hue angle of 237.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2394 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 35 148 -
CMYK 0.79 0.76 0 0.42
HSL 237.95º 0.65% 0.35% -
HSV(B) 237.95º 0.79% 0.58% -
XYZ 6.51 3.63 28.37 -
YUV 46.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 31 35 148 0.79 0.76 0 0.42 237.95 0.65 0.35
Hex 1F 23 94 4F 4C 0 2A EE 41 23
Octal 37 43 224 117 114 0 52 356 101 43
Binary 11111 100011 10010100 1001111 1001100 0 101010 11101110 1000001 100011

Color Harmonies of #1F2394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2394

Black with #1F2394

Text Example


Text Example

White with #1F2394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,35,148); }

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

background-color css

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

 a { background-color: rgb(31,35,148); }

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

border-color css

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

 span { border-color: rgb(31,35,148); }

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