Html Css Color HEX #1F328A Resolution Blue

📋 copy color: '#1F328A'

red 31 ◦ green 50 ◦ blue 138

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

Shades of Resolution Blue #1F328A

Tints of Resolution Blue #1F328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

 BLUE value IS 138 (54.3% from 255) = 63.01%

R = 14.16%
G = 22.83%
B = 63.01%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F328A (or 0x1F328A) is known color: Resolution Blue. HEX triplet: 1F, 32 and 8A. RGB value is (31,50,138). Sum of RGB (Red+Green+Blue) = 31+50+138=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F328A is #E0CD75. Grayscale: #353535. Windows color (decimal): -14732662 or 9056799. OLE color: 9056799.

HSL color Cylindrical-coordinate representation of color #1F328A: hue angle of 229.35º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F328A is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 50 138 -
CMYK 0.78 0.64 0 0.46
HSL 229.35º 0.63% 0.33% -
HSV(B) 229.35º 0.78% 0.54% -
XYZ 6.29 4.41 24.56 -
YUV 54.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 31 50 138 0.78 0.64 0 0.46 229.35 0.63 0.33
Hex 1F 32 8A 4E 40 0 2E E5 3F 21
Octal 37 62 212 116 100 0 56 345 77 41
Binary 11111 110010 10001010 1001110 1000000 0 101110 11100101 111111 100001

Color Harmonies of #1F328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F328A

Black with #1F328A

Text Example


Text Example

White with #1F328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,50,138); }

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

background-color css

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

 a { background-color: rgb(31,50,138); }

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

border-color css

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

 span { border-color: rgb(31,50,138); }

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